aa767cc59bff2a6c1195daa879c971f40855f7e2
[ghc-hetmet.git] / ghc / tests / printing / should_compile / Print003.stderr
1
2
3 ================================================================================
4 Typechecked:
5 bitRsh{-r3h,x-} =
6     _/\_ t12 -> \ tpl_B1 ->
7         case tpl_B1 of { PrelTup.(,){-62,w-}{i} tpl_B1 tpl_B2  -> tpl_B1;}
8 bitLsh{-r3i,x-} =
9     _/\_ t12 -> \ tpl_B1 ->
10         case tpl_B1 of { PrelTup.(,){-62,w-}{i} tpl_B1 tpl_B2  -> tpl_B2;}
11 AbsBinds [takE] [d.Bits_akD] []
12 ghc: module version changed to 1; reason: no old .hi file
13 _interface_ Word 1
14 _instance_modules_
15 ArrBase IO PrelNum
16 _exports_
17 Word Bits(bitRsh bitLsh);
18 _fixities_
19 infixl 8 bitLsh;
20 infixl 8 bitRsh;
21 _declarations_
22 1 class Bits a where {bitRsh :: a -> PrelBase.Int -> a; bitLsh :: a -> PrelBase.Int -> a} ;