original commit: 3e504126f86cf40cc9b736bfbb8a705aadc7ee79
This commit is contained in:
Robby Findler 2004-03-17 15:56:54 +00:00
parent 02d72de6cb
commit 41188713e5

View File

@ -2537,7 +2537,7 @@ add struct contracts for immutable structs?
(let printable? ([x x])
(or (symbol? x)
(string? x)
;(bytes? x) ;; no bytes in 206
(bytes? x)
(boolean? x)
(char? x)
(null? x)