Use pre-computed sexp

This commit is contained in:
Justin Ethier 2018-10-30 13:20:11 -04:00
parent 6f65432c2a
commit e883473885

View file

@ -1726,9 +1726,8 @@
(let ((fn (car exp))
(args (map cc (cdr exp))))
(cond
((tagged-list? 'Cyc-seq exp)
(cons 'Cyc-seq
(map cc (cdr exp))))
((equal? 'Cyc-seq fn)
`(Cyc-seq ,@args))
((ast:lambda? fn)
(cond
;; If the lambda argument is not used, flag so the C code is