summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc142.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc142.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc142.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc142.hs b/testsuite/tests/typecheck/should_compile/tc142.hs
index 8621710038..38f890066f 100644
--- a/testsuite/tests/typecheck/should_compile/tc142.hs
+++ b/testsuite/tests/typecheck/should_compile/tc142.hs
@@ -5,7 +5,7 @@ module ShouldFail where
data NUM = ONE | TWO
class EQ a where
- (==) :: a -> a -> Bool
+ (==) :: a -> a -> Bool
instance EQ NUM where
- a == b = True
+ a == b = True