Merge pull request #666 from rtfeldman/return-function

Return function pointers and closures
This commit is contained in:
Richard Feldman 2020-11-08 22:21:01 -05:00 committed by GitHub
commit 54de538952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 397 additions and 461 deletions

View file

@ -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()