2d369ecb639d87a1e173cd093c19c31443c05b71
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc036.stderr
1 ==================== Typechecked ====================
2 scsel_APrelBaseEq{-aAX,x-} =
3     _/\_ t12 -> \ tpl_B1 ->
4         case tpl_B1 of { PrelTup.(,){-62,w-}{i} tpl_B1 tpl_B2  -> tpl_B1;}
5 op1{-r3f,x-} =
6     _/\_ t12 -> \ tpl_B1 ->
7         case tpl_B1 of { PrelTup.(,){-62,w-}{i} tpl_B1 tpl_B2  -> tpl_B2;}
8 AbsBinds [taAW] [d.A_aAV] []
9
10 ghc: module version changed to 1; reason: no old .hi file
11 _interface_ ShouldSucceed 1
12 _instance_modules_
13 ArrBase IO PrelNum
14 _usages_
15 PrelBase 1 :: $d16 1 $d33 1 $d8 1 $m/= 1 Eq 1;
16 PrelNum 1 :: $d18 1;
17 _exports_
18 ShouldSucceed A(op1);
19 _declarations_
20 1 class {PrelBase.Eq a} => A a where {op1 :: a -> a} ;