mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
finish up TRecord
This commit is contained in:
parent
963e7dee6a
commit
4e36d71c2f
5 changed files with 175 additions and 58 deletions
|
@ -393,10 +393,8 @@ pub enum TRecord<'a> {
|
|||
Space(BadInputError, Row, Col),
|
||||
///
|
||||
IndentOpen(Row, Col),
|
||||
IndentField(Row, Col),
|
||||
IndentColon(Row, Col),
|
||||
IndentOptional(Row, Col),
|
||||
IndentType(Row, Col),
|
||||
IndentEnd(Row, Col),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue