Merge branch 'main' into inline-imports

This commit is contained in:
Agus Zubiaga 2024-04-28 00:11:29 -03:00
commit a8a829aadd
No known key found for this signature in database
201 changed files with 1128 additions and 1523 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 },
..
},
..