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