mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix wrong bool
This commit is contained in:
parent
39496e2111
commit
71d46a9b51
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ impl<'a> UnionLayout<'a> {
|
|||
match self {
|
||||
UnionLayout::NonRecursive(_)
|
||||
| UnionLayout::Recursive(_)
|
||||
| UnionLayout::NonNullableUnwrapped { .. } => true,
|
||||
| UnionLayout::NonNullableUnwrapped { .. } => false,
|
||||
UnionLayout::NullableWrapped { .. } | UnionLayout::NullableUnwrapped { .. } => true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue