mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 05:06:36 +02:00
Experimenting with renaming lambdas
This commit is contained in:
parent
7be8fe8f9a
commit
2fe6b80b3e
1 changed files with 5 additions and 0 deletions
|
@ -424,6 +424,11 @@
|
||||||
(trace:info (ast:ast->pp-sexp input-program))
|
(trace:info (ast:ast->pp-sexp input-program))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; TODO: could do this, but it seems like a bit of a band-aid...
|
||||||
|
;;(set! input-program (opt:renumber-lambdas! input-program))
|
||||||
|
;;(trace:info "---------------- after renumber lambdas")
|
||||||
|
;;(trace:info (ast:ast->pp-sexp input-program))
|
||||||
|
|
||||||
(set! input-program
|
(set! input-program
|
||||||
(map
|
(map
|
||||||
(lambda (expr)
|
(lambda (expr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue