more atoms can be shared now, so wrap 'em up
This commit is contained in:
parent
2e4d4e21ca
commit
ce7523f01f
|
@ -64,6 +64,9 @@
|
||||||
[(symbol? s) (make-wrap s)]
|
[(symbol? s) (make-wrap s)]
|
||||||
[(null? s) (make-wrap s)]
|
[(null? s) (make-wrap s)]
|
||||||
[(boolean? s) (make-wrap s)]
|
[(boolean? s) (make-wrap s)]
|
||||||
|
[(string? s) (make-wrap s)]
|
||||||
|
[(bytes? s) (make-wrap s)]
|
||||||
|
[(regexp? s) (make-wrap s)]
|
||||||
[else s])))
|
[else s])))
|
||||||
|
|
||||||
(define-struct wrap (content) #:inspector (make-inspector))
|
(define-struct wrap (content) #:inspector (make-inspector))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user