From 898c80a9b9cc36e32c0136a912e14942ebc75633 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 27 Feb 2018 16:40:34 -0500 Subject: [PATCH] :fire: a redundant AbstractValue constraint. --- src/Data/Syntax/Comment.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Syntax/Comment.hs b/src/Data/Syntax/Comment.hs index 6926ab513..9e197840b 100644 --- a/src/Data/Syntax/Comment.hs +++ b/src/Data/Syntax/Comment.hs @@ -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