Added TODO

This commit is contained in:
Justin Ethier 2018-10-30 17:52:49 -04:00
parent e883473885
commit f2390130cc

View file

@ -1726,6 +1726,8 @@
(let ((fn (car exp)) (let ((fn (car exp))
(args (map cc (cdr exp)))) (args (map cc (cdr exp))))
(cond (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) ((equal? 'Cyc-seq fn)
`(Cyc-seq ,@args)) `(Cyc-seq ,@args))
((ast:lambda? fn) ((ast:lambda? fn)