mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix equals problem
This commit is contained in:
parent
93ee552003
commit
8b3b055ab1
3 changed files with 113 additions and 110 deletions
|
@ -404,6 +404,7 @@ pub enum ERecord<'a> {
|
|||
End(Row, Col),
|
||||
Open(Row, Col),
|
||||
|
||||
Updateable(Row, Col),
|
||||
Field(Row, Col),
|
||||
Colon(Row, Col),
|
||||
QuestionMark(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue