summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/T12425.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/compiler/T12425.hs')
-rw-r--r--testsuite/tests/perf/compiler/T12425.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/T12425.hs b/testsuite/tests/perf/compiler/T12425.hs
index 6f23440fda..8ce441974e 100644
--- a/testsuite/tests/perf/compiler/T12425.hs
+++ b/testsuite/tests/perf/compiler/T12425.hs
@@ -25,7 +25,6 @@ instance Monad m => Applicative (CondT a m) where
(<*>) = undefined
instance Monad m => Monad (CondT a m) where
- return = undefined
(>>=) = undefined
-- liftM :: (Monad m) => (a1 -> r) -> m a1 -> m r