missed a hoist over
This commit is contained in:
@@ -2690,6 +2690,7 @@ impl<'a> CodeGenerator<'a> {
|
|||||||
AirTree::bool(constr_name == "True"),
|
AirTree::bool(constr_name == "True"),
|
||||||
bool(),
|
bool(),
|
||||||
)
|
)
|
||||||
|
.hoist_over(then)
|
||||||
} else {
|
} else {
|
||||||
let (cond, assign) =
|
let (cond, assign) =
|
||||||
self.clause_pattern(pattern, subject_tipo, props, then);
|
self.clause_pattern(pattern, subject_tipo, props, then);
|
||||||
|
|||||||
Reference in New Issue
Block a user