mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Convert effects to collection_trailing_sep_e
This commit is contained in:
parent
8c8bc910fd
commit
6c82b1789a
3 changed files with 7 additions and 4 deletions
|
@ -305,6 +305,7 @@ pub enum EPackageEntry<'a> {
|
|||
pub enum EEffects<'a> {
|
||||
Space(BadInputError, Row, Col),
|
||||
Effects(Row, Col),
|
||||
Open(Row, Col),
|
||||
IndentEffects(Row, Col),
|
||||
ListStart(Row, Col),
|
||||
ListEnd(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue