Skip to content

Commit

Permalink
cr: add range syntax variants that were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Dec 28, 2024
1 parent 8b71624 commit e6dccf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qi-doc/scribblings/list-operations.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ The forms in this module extend the syntax of the @seclink["The_Qi_Core_Language
(filter-map floe)
(foldl floe expr)
(foldr floe expr)
(range expr)
(range expr expr)
(range expr expr expr)
(take expr)
car
Expand Down

0 comments on commit e6dccf0

Please sign in to comment.