remove suffixed from Pattern

This commit is contained in:
Luke Boswell 2024-04-27 13:20:51 +10:00
parent 2fe03e6c91
commit db4607125b
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
14 changed files with 69 additions and 231 deletions

View file

@ -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 },
..
},
..