provide ~True and ~False from stlc+union.rkt

This commit is contained in:
AlexKnauth 2017-04-03 11:21:24 -07:00
parent d6012a7472
commit 713eec89ea

View File

@ -27,7 +27,8 @@
[* : ( Num Num Num)]
[add1 : ( Int Int)]
[sub1 : ( Int Int)])
#%datum #%app)
#%datum #%app
(for-syntax ~True ~False))
(define-syntax define-named-type-alias
(syntax-parser