summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog008/ghci.prog008.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/prog008/ghci.prog008.stdout')
-rw-r--r--testsuite/tests/ghci/prog008/ghci.prog008.stdout20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/ghci/prog008/ghci.prog008.stdout b/testsuite/tests/ghci/prog008/ghci.prog008.stdout
index df6767bb84..5601247c3c 100644
--- a/testsuite/tests/ghci/prog008/ghci.prog008.stdout
+++ b/testsuite/tests/ghci/prog008/ghci.prog008.stdout
@@ -1,10 +1,10 @@
-class C a b where
- c1 :: Num b => a -> b
- c2 :: (Num b, Show b) => a -> b
- c3 :: a1 -> b
- {-# MINIMAL c1, c2, c3 #-}
-class C a b where
- c1 :: Num b => a -> b
- c2 :: (Num b, Show b) => a -> b
- c3 :: forall a1. a1 -> b
- {-# MINIMAL c1, c2, c3 #-} \ No newline at end of file
+class C a b where
+ c1 :: Num b => a -> b
+ c2 :: (Num b, Show b) => a -> b
+ c3 :: a1 -> b
+ {-# MINIMAL c1, c2, c3 #-}
+class C a b where
+ c1 :: Num b => a -> b
+ c2 :: (Num b, Show b) => a -> b
+ c3 :: forall a1. a1 -> b
+ {-# MINIMAL c1, c2, c3 #-}