remove print
This commit is contained in:
parent
c6ef37cc5c
commit
2aaa46e54c
|
@ -1197,7 +1197,7 @@ impl Program<Name> {
|
||||||
// We found it the builtin was curried before
|
// We found it the builtin was curried before
|
||||||
// So now we merge the new args into the existing curried builtin
|
// So now we merge the new args into the existing curried builtin
|
||||||
|
|
||||||
let curried_builtin = curried_terms.remove(index);
|
let curried_builtin = curried_terms.swap_remove(index);
|
||||||
|
|
||||||
let curried_builtin =
|
let curried_builtin =
|
||||||
curried_builtin.merge_node_by_path(builtin_args.clone());
|
curried_builtin.merge_node_by_path(builtin_args.clone());
|
||||||
|
|
Loading…
Reference in New Issue