bytevectors

This commit is contained in:
Justin Ethier 2016-03-22 23:23:09 -04:00
parent 14abd06304
commit f54bd39484

View file

@ -82,6 +82,7 @@
((boolean? exp) #t)
((string? exp) #t)
((vector? exp) #t)
((bytevector? exp) #t)
((char? exp) #t)
((port? exp) #t)
((eof-object? exp) #t)