mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
🔥 a redundant AbstractValue constraint.
This commit is contained in:
parent
9ef5d8d234
commit
898c80a9b9
@ -19,7 +19,7 @@ instance Eq1 Comment where liftEq = genericLiftEq
|
|||||||
instance Ord1 Comment where liftCompare = genericLiftCompare
|
instance Ord1 Comment where liftCompare = genericLiftCompare
|
||||||
instance Show1 Comment where liftShowsPrec = genericLiftShowsPrec
|
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
|
eval _ = pure unit
|
||||||
|
|
||||||
-- TODO: nested comment types
|
-- TODO: nested comment types
|
||||||
|
Loading…
Reference in New Issue
Block a user