mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
standardize WhenRecursive
This commit is contained in:
parent
468caba3c9
commit
0f46ea83d0
2 changed files with 2 additions and 9 deletions
|
@ -5611,7 +5611,7 @@ pub fn add_func<'ctx>(
|
|||
fn_val
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub(crate) enum WhenRecursive<'a> {
|
||||
Unreachable,
|
||||
Loop(UnionLayout<'a>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue