mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-17 10:30:15 +00:00
implement mono / lowering for tuples
This commit is contained in:
parent
65f8bb3d0d
commit
5a6be05ead
42 changed files with 1773 additions and 290 deletions
|
@ -536,8 +536,7 @@ pub enum EPattern<'a> {
|
|||
IndentEnd(Position),
|
||||
AsIndentStart(Position),
|
||||
|
||||
RecordAccessorFunction(Position),
|
||||
TupleAccessorFunction(Position),
|
||||
AccessorFunction(Position),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue