fix tuple clause
This commit is contained in:
parent
49a0a91103
commit
1ee7492f1f
|
@ -3928,9 +3928,9 @@ impl<'a> CodeGenerator<'a> {
|
||||||
|
|
||||||
let tuple_types = tipo.get_inner_types();
|
let tuple_types = tipo.get_inner_types();
|
||||||
|
|
||||||
if complex_clause {
|
let next_clause = arg_stack.pop().unwrap();
|
||||||
let next_clause = arg_stack.pop().unwrap();
|
|
||||||
|
|
||||||
|
if complex_clause {
|
||||||
term = term
|
term = term
|
||||||
.lambda("__other_clauses_delayed")
|
.lambda("__other_clauses_delayed")
|
||||||
.apply(next_clause.delay());
|
.apply(next_clause.delay());
|
||||||
|
|
Loading…
Reference in New Issue