mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-14 10:15:41 +00:00
Constraining of list patterns
This commit is contained in:
parent
7b87d0093e
commit
9ab5d0efb8
4 changed files with 67 additions and 6 deletions
|
|
@ -2160,6 +2160,7 @@ pub enum PReason {
|
|||
tag_name: TagName,
|
||||
index: HumanIndex,
|
||||
},
|
||||
ListElem,
|
||||
PatternGuard,
|
||||
OptionalField,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue