Document AnyValues.

This commit is contained in:
Vincent St-Amour 2015-09-07 20:41:05 -05:00
parent fbf200c034
commit bdbd18b839

View File

@ -21,6 +21,8 @@
@defidform[Any]{Any Racket value. All other types are subtypes of @racket[Any].}
@defidform[AnyValues]{Any number of Racket values of any type.}
@defidform[Nothing]{The empty type. No values inhabit this type, and
any expression of this type will not evaluate to a value.}