mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Handle null during cleanup
This commit is contained in:
parent
0dc1c7c232
commit
49235c0a82
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@
|
||||||
(display "*/ ")
|
(display "*/ ")
|
||||||
(cond
|
(cond
|
||||||
((const? expr) expr)
|
((const? expr) expr)
|
||||||
|
((null? expr) expr)
|
||||||
;((prim? expr) expr)
|
;((prim? expr) expr)
|
||||||
((quote? expr) expr)
|
((quote? expr) expr)
|
||||||
((define-c? expr) expr)
|
((define-c? expr) expr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue