1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

🔥 a redundant AbstractValue constraint.

This commit is contained in:
Rob Rix 2018-02-27 16:40:34 -05:00
parent 9ef5d8d234
commit 898c80a9b9

View File

@ -19,7 +19,7 @@ instance Eq1 Comment where liftEq = genericLiftEq
instance Ord1 Comment where liftCompare = genericLiftCompare
instance Show1 Comment where liftShowsPrec = genericLiftShowsPrec
instance AbstractValue t v => Evaluatable es t v Comment where
instance Evaluatable es t v Comment where
eval _ = pure unit
-- TODO: nested comment types