1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 10:27:45 +03:00

Whitespace

This commit is contained in:
Rick Winfrey 2017-06-08 16:47:47 -07:00
parent 938987b2ed
commit f0eabfb1fa

View File

@ -160,6 +160,7 @@ tryStatement = makeTerm <$> symbol TryStatement <*> children (Statement.Try <$>
exceptClause :: Assignment
exceptClause = makeTerm <$> symbol ExceptClause <*> children (Statement.Catch <$> optional (makeTerm <$> location <*> many expression <* symbol AnonColon) <*> expression)
finallyClause :: Assignment
finallyClause = makeTerm <$> symbol FinallyClause <*> children (Statement.Finally <$> expression)
dottedName :: Assignment