1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Remove comment

This commit is contained in:
Timothy Clem 2016-11-07 13:11:03 -08:00
parent b541a903dd
commit 363fb62bd7

View File

@ -64,7 +64,6 @@ data Syntax a f
| Constructor f
-- | TODO: Is it a problem that in Ruby, this pattern can work for method def too?
| Try { tryBegin :: [f], catchRescue :: [f], beginElse :: Maybe f, finallyEnsure :: Maybe f }
-- | Try f (Maybe f) (Maybe f)
-- | An array literal with list of children.
| Array [f]
-- | A class with an identifier, superclass, and a list of definitions.