mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
lowlevel List.map works
This commit is contained in:
parent
f02f655e0b
commit
2163e01288
8 changed files with 413 additions and 117 deletions
|
@ -311,7 +311,7 @@ pub fn helper<'a>(
|
|||
}
|
||||
|
||||
// Uncomment this to see the module's optimized LLVM instruction output:
|
||||
// env.module.print_to_stderr();
|
||||
env.module.print_to_stderr();
|
||||
|
||||
let lib = module_to_dylib(&env.module, &target, opt_level)
|
||||
.expect("Error loading compiled dylib for test");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue