mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
Added TODO
This commit is contained in:
parent
e883473885
commit
f2390130cc
1 changed files with 2 additions and 0 deletions
|
@ -1726,6 +1726,8 @@
|
|||
(let ((fn (car exp))
|
||||
(args (map cc (cdr exp))))
|
||||
(cond
|
||||
TODO: what about application of cyc-seq? does this only occur as a nested form? can we combine here or earlier??
|
||||
I think that is what is causing cc printing to explode exponentially!
|
||||
((equal? 'Cyc-seq fn)
|
||||
`(Cyc-seq ,@args))
|
||||
((ast:lambda? fn)
|
||||
|
|
Loading…
Add table
Reference in a new issue