mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Enable lambda renumbering
This commit is contained in:
parent
bad93ae229
commit
8d327b9dd2
1 changed files with 3 additions and 3 deletions
|
@ -425,9 +425,9 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
;; TODO: could do this, but it seems like a bit of a band-aid...
|
;; TODO: could do this, but it seems like a bit of a band-aid...
|
||||||
;;(set! input-program (opt:renumber-lambdas! input-program))
|
(set! input-program (opt:renumber-lambdas! input-program))
|
||||||
;;(trace:info "---------------- after renumber lambdas")
|
(trace:info "---------------- after renumber lambdas")
|
||||||
;;(trace:info (ast:ast->pp-sexp input-program))
|
(trace:info (ast:ast->pp-sexp input-program))
|
||||||
|
|
||||||
(set! input-program
|
(set! input-program
|
||||||
(map
|
(map
|
||||||
|
|
Loading…
Add table
Reference in a new issue