mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
functional changes
This commit is contained in:
parent
d5db3137a3
commit
3c78b4fb86
6 changed files with 52 additions and 15 deletions
|
@ -795,7 +795,7 @@ pub enum ValueDef<'a> {
|
|||
AnnotatedBody {
|
||||
ann_pattern: &'a Loc<Pattern<'a>>,
|
||||
ann_type: &'a Loc<TypeAnnotation<'a>>,
|
||||
comment: Option<&'a str>,
|
||||
comment: &'a [CommentOrNewline<'a>],
|
||||
body_pattern: &'a Loc<Pattern<'a>>,
|
||||
body_expr: &'a Loc<Expr<'a>>,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue