1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Kill stray comment.

This commit is contained in:
Patrick Thomson 2019-08-22 16:14:12 +02:00
parent 24205c8d4c
commit 5413a82272

View File

@ -27,11 +27,6 @@ instance (Compile l, Compile r) => Compile (Either l r) where compile = compileS
instance Compile Py.AssertStatement
instance Compile Py.Attribute
-- data Assignment
-- = Assignment {left :: ExpressionList,
-- right :: (Maybe (Either Assignment (Either AugmentedAssignment (Either ExpressionList Yield)))),
-- type' :: (Maybe Type)}
-- TODO what is this third field here
instance Compile Py.Assignment where
compile (Py.Assignment (Py.ExpressionList [lhs]) (Just rhs) _) = do