add char?

svn: r11838
This commit is contained in:
Sam Tobin-Hochstadt 2008-09-22 18:37:48 +00:00
parent 88d44f9c5b
commit 091089f27d

View File

@ -130,6 +130,7 @@
(eof-object? (make-pred-ty (-val eof)))
[null (-val null)]
(number? (make-pred-ty N))
[char? (make-pred-ty -Char)]
(integer? (make-pred-ty -Integer))
(boolean? (make-pred-ty B))
(add1 (cl->*