mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
🔥 redundant parens.
This commit is contained in:
parent
40b0ff3a7b
commit
492b8e895e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user