Document unicode case->.

original commit: b75e080aee2a576d3900c3e2f4e7a2bbc2903c18
This commit is contained in:
Sam Tobin-Hochstadt 2012-01-13 14:40:29 -05:00
parent 07c1349e2a
commit 4a8c1ed5d2

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}