mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Implement &foo
record updater syntax sugar
This commit is contained in:
parent
a14a110293
commit
b1a972ab21
22 changed files with 302 additions and 41 deletions
|
@ -605,6 +605,7 @@ pub enum EPattern<'a> {
|
|||
AsIndentStart(Position),
|
||||
|
||||
AccessorFunction(Position),
|
||||
RecordUpdaterFunction(Position),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue