Document unicode case->.

This commit is contained in:
Sam Tobin-Hochstadt 2012-01-13 14:40:29 -05:00
parent e3609cdb32
commit b75e080aee

View File

@ -430,6 +430,7 @@ recursive type in the body @racket[t]
(define-type (List A) (Rec List (Pair A (U List Null))))]}
@defalias[→ ->]
@defalias[case→ case->]
@defalias[∀ All]
@section{Other Types}