Skip to content

Commit

Permalink
Make \with in \case expressions optional
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Feb 24, 2021
1 parent 8b87a8b commit a4ab4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/grammars/ArendParser.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ appExpr ::= universeAppExpr
recoverWhile = expr_recover
}

caseExpr ::= casePrefix caseOpt <<comma_separated_sequence caseArg>> returnCaseExpr? withBody {
caseExpr ::= casePrefix caseOpt <<comma_separated_sequence caseArg>> returnCaseExpr? withBody? {
pin = 2
implements = "org.arend.term.abs.Abstract.CaseArgumentsHolder"
mixin = "org.arend.psi.ext.ArendCaseExprImplMixin"
Expand Down

0 comments on commit a4ab4b2

Please sign in to comment.