mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Actually parse to Expr::Tuple... whoops!
This commit is contained in:
parent
6c15cc750f
commit
8d79182730
3 changed files with 3 additions and 3 deletions
|
@ -180,7 +180,7 @@ pub enum Expr<'a> {
|
|||
|
||||
Record(Collection<'a, Loc<AssignedField<'a, Expr<'a>>>>),
|
||||
|
||||
Tuple(Collection<'a, Loc<Expr<'a>>>),
|
||||
Tuple(Collection<'a, &'a Loc<Expr<'a>>>),
|
||||
|
||||
// Lookups
|
||||
Var {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue