mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Parse a : before each effects entry
This commit is contained in:
parent
51b838010c
commit
c8b28b96fa
4 changed files with 34 additions and 11 deletions
|
@ -75,6 +75,7 @@ pub enum EffectsEntry<'a> {
|
|||
/// printLine : Str -> Effect {}
|
||||
Effect {
|
||||
ident: Loc<&'a str>,
|
||||
spaces_before_colon: &'a [CommentOrNewline<'a>],
|
||||
ann: Loc<TypeAnnotation<'a>>,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue