missed a hoist over
This commit is contained in:
parent
6b97ab71fe
commit
3938d74bb6
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue