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"),
|
||||
bool(),
|
||||
)
|
||||
.hoist_over(then)
|
||||
} else {
|
||||
let (cond, assign) =
|
||||
self.clause_pattern(pattern, subject_tipo, props, then);
|
||||
|
|
Loading…
Reference in New Issue