summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog008/ghci.prog008.stdout
blob: 99e63a1b14fd40593f74317b974880685496024d (plain)
1
2
3
4
5
6
7
8
class C a b where
  c1 :: Num b => a -> b
  c2 :: (Num b, Show b) => a -> b
  c3 :: a1 -> b
class C a b where
  c1 :: Num b => a -> b
  c2 :: (Num b, Show b) => a -> b
  c3 :: forall a1. a1 -> b