1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +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
<|> for
<|> 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 = leaf Comment Comment.Comment