Bytes are fixnums.

original commit: c4ae44123f74de07933d1c6edfb25be4609af6dd
This commit is contained in:
Vincent St-Amour 2010-07-19 15:32:12 -04:00
parent 43683352c5
commit 3aae29501e

View File

@ -176,7 +176,7 @@
(define -ExactNonnegativeInteger (*Un -ExactPositiveInteger -Zero))
(define -Nat -ExactNonnegativeInteger)
(define -Byte -Integer)
(define -Byte -NonnegativeFixnum)