mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
bytevectors
This commit is contained in:
parent
14abd06304
commit
f54bd39484
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
||||||
((boolean? exp) #t)
|
((boolean? exp) #t)
|
||||||
((string? exp) #t)
|
((string? exp) #t)
|
||||||
((vector? exp) #t)
|
((vector? exp) #t)
|
||||||
|
((bytevector? exp) #t)
|
||||||
((char? exp) #t)
|
((char? exp) #t)
|
||||||
((port? exp) #t)
|
((port? exp) #t)
|
||||||
((eof-object? exp) #t)
|
((eof-object? exp) #t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue