1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

🔥 redundant parens.

This commit is contained in:
Rob Rix 2017-05-02 11:25:48 -04:00
parent 40b0ff3a7b
commit 492b8e895e

View File

@ -82,7 +82,7 @@ statement = exit Statement.Return Return
<|> until <|> until
<|> for <|> for
<|> literal <|> literal
where exit construct sym = symbol sym *> term <*> (children (construct <$> optional (symbol ArgumentList *> children statement))) where exit construct sym = symbol sym *> term <*> children (construct <$> optional (symbol ArgumentList *> children statement))
comment :: Assignment (Node Grammar) (Term Syntax Location) comment :: Assignment (Node Grammar) (Term Syntax Location)
comment = leaf Comment Comment.Comment comment = leaf Comment Comment.Comment