File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
language-powerquery/src/Language/PowerQuery Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ section :: { Section Annotation }
220
220
section
221
221
: literal_attributes__opt ' section' section_name__opt ' ;' section_members__opt { Section $1 $3 $5 (Just Annotation) }
222
222
223
- literal_attributes__opt :: { Maybe (RecordLiteral annotation ) }
223
+ literal_attributes__opt :: { Maybe (RecordLiteral Annotation ) }
224
224
literal_attributes__opt
225
225
: literal_attributes { Just $1 }
226
226
| {- empty -} { Nothing}
@@ -230,7 +230,7 @@ section_name__opt
230
230
: section_name { Just $1 }
231
231
| {- empty -} { Nothing }
232
232
233
- section_members__opt :: { Maybe [SectionMember annotation ] }
233
+ section_members__opt :: { Maybe [SectionMember Annotation ] }
234
234
section_members__opt
235
235
: section_members { Just $1 }
236
236
| {- empty -} { Nothing }
You can’t perform that action at this time.
0 commit comments