small glitch in define-return.scrbl
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@
|
|||||||
*.bak
|
*.bak
|
||||||
*.rkt~
|
*.rkt~
|
||||||
*.rkt.bak
|
*.rkt.bak
|
||||||
|
*.scrbl~
|
||||||
\#*.rkt#
|
\#*.rkt#
|
||||||
\#*.rkt#*#
|
\#*.rkt#*#
|
||||||
|
|
||||||
@@ -19,4 +20,4 @@ compiled/
|
|||||||
# Scribble stuff
|
# Scribble stuff
|
||||||
*.html
|
*.html
|
||||||
*.js
|
*.js
|
||||||
*.css
|
*.css
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ The final expression is used when no early return is taken.
|
|||||||
|
|
||||||
@section{Contracted definitions}
|
@section{Contracted definitions}
|
||||||
|
|
||||||
See @acketmodname[define-return/contract].
|
See @racketmodname[define-return/contract].
|
||||||
|
|
||||||
@section{Notes}
|
@section{Notes}
|
||||||
|
|
||||||
@@ -89,4 +89,4 @@ splits the inline contract form syntactically and reuses its last element as
|
|||||||
the early-return result contract. This works well for ordinary result
|
the early-return result contract. This works well for ordinary result
|
||||||
contracts such as @racket[number?], @racket[symbol?],
|
contracts such as @racket[number?], @racket[symbol?],
|
||||||
@racket[(or/c symbol? number?)], and the result position of @racket[->*]
|
@racket[(or/c symbol? number?)], and the result position of @racket[->*]
|
||||||
contracts.
|
contracts.
|
||||||
|
|||||||
Reference in New Issue
Block a user