mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Merge pull request #666 from rtfeldman/return-function
Return function pointers and closures
This commit is contained in:
commit
54de538952
9 changed files with 397 additions and 461 deletions
|
@ -1613,7 +1613,7 @@ fn update<'a>(
|
|||
// state.timings.insert(module_id, module_timing);
|
||||
|
||||
// display the mono IR of the module, for debug purposes
|
||||
if false {
|
||||
if roc_mono::ir::PRETTY_PRINT_IR_SYMBOLS {
|
||||
let procs_string = state
|
||||
.procedures
|
||||
.values()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue