mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Get tests compiling again
This commit is contained in:
parent
ae301f3c86
commit
f74f0f6ab7
6 changed files with 36 additions and 69 deletions
|
@ -27,6 +27,7 @@ pub fn solve<'a>(env: &Env<'a>, subs: &mut Subs, constraint: &Constraint) {
|
|||
subs.union(actual, expected);
|
||||
}
|
||||
And(sub_constraints) => {
|
||||
// TODO drop And - we shouldn't need it anymore
|
||||
for sub_constraint in sub_constraints.iter() {
|
||||
solve(env, subs, sub_constraint);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue