mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Revert debug code
This commit is contained in:
parent
4b0466f37b
commit
435bbb3a95
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
(lvr:local-tail-call-only?
|
(lvr:local-tail-call-only?
|
||||||
(ast:lambda-body (car exp))
|
(ast:lambda-body (car exp))
|
||||||
(car (ast:lambda-args (car exp))))
|
(car (ast:lambda-args (car exp))))
|
||||||
(tagged-list? 'Cyc-seq (car (ast:lambda-body (cadr exp)))) ;; TODO: DEBUG line, remove this once it works!
|
;(tagged-list? 'Cyc-seq (car (ast:lambda-body (cadr exp)))) ;; TODO: DEBUG line, remove this once it works!
|
||||||
)
|
)
|
||||||
;;(write `(tail-call-only? passed for ,exp)) (newline)
|
;;(write `(tail-call-only? passed for ,exp)) (newline)
|
||||||
;;(write `(replace with ,(lvr:tail-calls->values
|
;;(write `(replace with ,(lvr:tail-calls->values
|
||||||
|
|
Loading…
Add table
Reference in a new issue