mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
remove suffixed from Pattern
This commit is contained in:
parent
2fe03e6c91
commit
db4607125b
14 changed files with 69 additions and 231 deletions
|
@ -74,7 +74,7 @@ impl ReplState {
|
|||
ValueDef::Annotation(
|
||||
Loc {
|
||||
// TODO is this right for suffixed
|
||||
value: Pattern::Identifier { ident, suffixed: _ },
|
||||
value: Pattern::Identifier { ident },
|
||||
..
|
||||
},
|
||||
_,
|
||||
|
@ -89,7 +89,7 @@ impl ReplState {
|
|||
ValueDef::Body(
|
||||
Loc {
|
||||
// TODO is this right for suffixed
|
||||
value: Pattern::Identifier { ident, suffixed: _ },
|
||||
value: Pattern::Identifier { ident },
|
||||
..
|
||||
},
|
||||
_,
|
||||
|
@ -98,7 +98,7 @@ impl ReplState {
|
|||
body_pattern:
|
||||
Loc {
|
||||
// TODO is this right for suffixed
|
||||
value: Pattern::Identifier { ident, suffixed: _ },
|
||||
value: Pattern::Identifier { ident },
|
||||
..
|
||||
},
|
||||
..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue