mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Remove stale comment
This commit is contained in:
parent
356616d834
commit
f7e04490c0
@ -742,8 +742,6 @@ pub fn constrain_expr(
|
||||
let total_cons = [when_body_con, result_con];
|
||||
let branch_constraints = constraints.and_constraint(total_cons);
|
||||
|
||||
// exhautiveness checking happens when converting to mono::Expr
|
||||
// ...for now
|
||||
constraints.exists([cond_var, *expr_var], branch_constraints)
|
||||
}
|
||||
Access {
|
||||
|
Loading…
Reference in New Issue
Block a user