mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Merge branch 'main' into inline-imports
This commit is contained in:
commit
a8a829aadd
201 changed files with 1128 additions and 1523 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