Skip to content

Commit

Permalink
[cayenne] Removed useless parentheses (antlr#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 authored May 19, 2023
1 parent ed29eb9 commit f17a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cayenne/cayenne.g4
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ expr:
'(' varid '::' type_ ')' '->' expr
| '\\' '(' varid '::' type_ ')' '->' expr
| expr expr
| 'data' (conid (type_)* '|')*
| 'data' (conid type_* '|')*
| conid '@' type_
| 'case' varid 'of' arm* '::' type_
| 'sig' sign*
Expand Down

0 comments on commit f17a003

Please sign in to comment.