Document `List'.

svn: r12107

original commit: 101ca7ada7e4003e6964200c7c1559349c8beb5a
This commit is contained in:
Sam Tobin-Hochstadt 2008-10-23 22:56:30 +00:00
parent ec58da0ff0
commit 757a6ac532

View File

@ -457,6 +457,8 @@ The following base types are parameteric in their type arguments.
@scheme[t] at types @scheme[t1 t2 ...]}
@defform[(All (v ...) t)]{is a parameterization of type @scheme[t], with
type variables @scheme[v ...]}
@defform[(List t ...)]{is the type of the list with one element, in order,
for each type provided to the @scheme[List] type constructor.}
@defform[(values t ...)]{is the type of a sequence of multiple values, with
types @scheme[t ...]. This can only appear as the return type of a
function.}