mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
CommunicationClause went away
This commit is contained in:
parent
044fbbbc20
commit
3ea0361bb0
@ -571,7 +571,7 @@ breakStatement :: Assignment Term
|
||||
breakStatement = makeTerm <$> symbol BreakStatement <*> children (Statement.Break <$> (expression <|> emptyTerm))
|
||||
|
||||
communicationClause :: Assignment Term
|
||||
communicationClause = makeTerm <$> symbol CommunicationClause <*> children (Statement.Pattern <$> (communicationCase <|> expression) <*> expressions)
|
||||
communicationClause = makeTerm <$> location <*> children (Statement.Pattern <$> (communicationCase <|> expression) <*> expressions)
|
||||
where
|
||||
communicationCase = symbol CommunicationCase *> children expression
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user