Convert effects to collection_trailing_sep_e

This commit is contained in:
Joshua Warner 2021-11-12 11:15:56 -08:00
parent 8c8bc910fd
commit 6c82b1789a
3 changed files with 7 additions and 4 deletions

View file

@ -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),