From d4c39f075bb197834db9d47a5aac72149733042b Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Fri, 2 Mar 2018 15:35:37 -0800 Subject: [PATCH] remove otiose comment --- src/Data/Syntax/Statement.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Data/Syntax/Statement.hs b/src/Data/Syntax/Statement.hs index 7ff984dcf..0b94d909d 100644 --- a/src/Data/Syntax/Statement.hs +++ b/src/Data/Syntax/Statement.hs @@ -14,7 +14,6 @@ instance Eq1 If where liftEq = genericLiftEq instance Ord1 If where liftCompare = genericLiftCompare instance Show1 If where liftShowsPrec = genericLiftShowsPrec --- TODO: Implement Eval instance for If instance Evaluatable If where eval (If cond if' else') = do bool <- subtermValue cond