summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc082.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc082.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc082.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc082.hs b/testsuite/tests/typecheck/should_compile/tc082.hs
index 8ef70afd01..52adb5b968 100644
--- a/testsuite/tests/typecheck/should_compile/tc082.hs
+++ b/testsuite/tests/typecheck/should_compile/tc082.hs
@@ -3,10 +3,10 @@
module ShouldSucceed where
class Normal a
- where
- normal :: a -> Bool
+ where
+ normal :: a -> Bool
instance Normal ( a -> b ) where
- normal _ = True
+ normal _ = True
f x = normal id