Fix doc typo.
This commit is contained in:
parent
b9268e99db
commit
6b70510ebe
|
@ -740,7 +740,7 @@ functions and continuation mark functions.
|
|||
@defform*[[(All (a ...) t)
|
||||
(All (a ... a ooo) t)]]{
|
||||
is a parameterization of type @racket[t], with
|
||||
type variables @racket[v ...]. If @racket[t] is a function type
|
||||
type variables @racket[a ...]. If @racket[t] is a function type
|
||||
constructed with infix @racket[->], the outer pair of parentheses
|
||||
around the function type may be omitted.
|
||||
@ex[(: list-length : (All (A) (Listof A) -> Natural))
|
||||
|
|
Loading…
Reference in New Issue
Block a user