Re-enable iteration

This commit is contained in:
Justin Ethier 2018-10-24 13:36:31 -04:00
parent c10d38e170
commit 02df0f9fb2

View file

@ -971,7 +971,7 @@
(cond
;; Handle recursive calls via iteration, if possible
((and ast-fnc
#f ;; TODO: temporarily disabled
;#f ;; TODO: temporarily disabled
(adbf:calls-self? ast-fnc)
(self-closure-call? fun (car (adbf:all-params ast-fnc)))
)