summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10891.stderr
blob: 6b382e61d9a653c8a80dd3e3d638509003eaaf09 (plain)
1
2
3
4
5
6
7
8
9
10
class T10891.C (a_0 :: *)
    where T10891.f :: a_0 -> GHC.Types.Int
class T10891.C' (a_0 :: *)
    where type T10891.F (a_0 :: *) :: *
          type T10891.F a_0 = a_0
          T10891.f' :: a_0 -> GHC.Types.Int
instance T10891.C' GHC.Types.Int
class T10891.C'' (a_0 :: *)
    where data T10891.Fd (a_0 :: *) :: *
instance T10891.C'' GHC.Types.Int