This is related to previous commit

This commit is contained in:
William J. Bowman 2015-09-25 19:33:12 -04:00
parent f05be17fdf
commit 84359fc2fd
No known key found for this signature in database
GPG Key ID: DDD48D26958F0D1A

View File

@ -8,7 +8,7 @@
(module+ test
(require rackunit "bool.rkt")
#;(check-equal?
(check-equal?
(case* Maybe Type (some Bool true) (Bool)
(lambda* (A : Type) (x : (Maybe A)) A)
[(none (A : Type)) IH: ()