mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
basic versions of contains and remove
This commit is contained in:
parent
b4ab02f23a
commit
afe2f51660
13 changed files with 402 additions and 23 deletions
|
@ -143,7 +143,7 @@ pub fn gen_from_mono_module(
|
|||
if fn_val.verify(true) {
|
||||
fpm.run_on(&fn_val);
|
||||
} else {
|
||||
// fn_val.print_to_stderr();
|
||||
fn_val.print_to_stderr();
|
||||
// env.module.print_to_stderr();
|
||||
// NOTE: If this fails, uncomment the above println to debug.
|
||||
panic!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue