Byte strings are legal literals in match constants.
svn: r8543
This commit is contained in:
parent
6fa6ea3bb3
commit
5d17cf0417
|
@ -29,7 +29,8 @@
|
|||
(boolean? v)
|
||||
(char? v)
|
||||
(number? v)
|
||||
(keyword? v)))
|
||||
(keyword? v)
|
||||
(bytes? v)))
|
||||
|
||||
|
||||
;;!(function symbol-append
|
||||
|
|
Loading…
Reference in New Issue
Block a user