Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functional-doc/scribblings/data/functional.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ definitions do not produce new @racket[chain] calls, they simply create new bind
(define (prettify a b) (~a a ": " b))
(pure (prettify y z)))))

Internal defintions defined within @racket[do] blocks may refer to all previous bindings, but not
Internal definitions defined within @racket[do] blocks may refer to all previous bindings, but not
subsequent ones. However, multiple internal definitions directly next to one another may be mutually
recursive, so long as they are not separated by a @racket[chain].

Expand Down