Fix formatting for -> doc.
Fixes PR 9297. svn: r9326 original commit: 5870e7261a805f02a3ec6a2d528dfd892bfa9850
This commit is contained in:
parent
2e2f299a10
commit
9936e61c9a
|
@ -287,7 +287,7 @@ The following constructors are parameteric in their type arguments.
|
|||
|
||||
@defform[(Pair s t)]{is the pair containing @scheme[s] as the @scheme[car]
|
||||
and @scheme[t] as the @scheme[cdr]}
|
||||
@defform[(-> dom ... rng)]{is the type of functions from the (possibly-empty)
|
||||
@defform[#:id -> (dom ... -> rng)]{is the type of functions from the (possibly-empty)
|
||||
sequence @scheme[dom ...] to the @scheme[rng] type.}
|
||||
@defform[(U t ...)]{is the union of the types @scheme[t ...]}
|
||||
@defform[(case-lambda fun-ty ...)]{is a function that behaves like all of
|
||||
|
|
Loading…
Reference in New Issue
Block a user