mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
first steps for recursive groups
This commit is contained in:
parent
c75cbf854e
commit
e2b046d032
5 changed files with 23 additions and 31 deletions
|
@ -1747,7 +1747,7 @@ pub fn constrain_decls(
|
|||
constraint,
|
||||
);
|
||||
}
|
||||
MutualRecursion(_) => todo!(),
|
||||
MutualRecursion { .. } => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue