mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Make sure to constrain dbgs with existential correctly
This commit is contained in:
parent
2dc19207a3
commit
bd06714fd2
2 changed files with 20 additions and 1 deletions
|
@ -705,7 +705,7 @@ pub fn constrain_expr(
|
|||
expected,
|
||||
);
|
||||
|
||||
constraints.exists_many([], [cond_con, continuation_con])
|
||||
constraints.exists_many([*variable], [cond_con, continuation_con])
|
||||
}
|
||||
|
||||
If {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue