cce42578b952780c0846c970ed0133356bd59d42
[ghc-hetmet.git] / ghc / tests / printing / should_compile / Print003.stderr
1
2 ==================== Typechecked ====================
3 Word.bitRsh{-r3z-} =
4     _/\_ a_tr3x -> \ tpl_B1 ->
5         case tpl_B1 of { Word.:Bits{-r3B-} tpl_B2 tpl_B3  -> tpl_B2;}
6 Word.bitLsh{-r3y-} =
7     _/\_ a_tr3x -> \ tpl_B1 ->
8         case tpl_B1 of { Word.:Bits{-r3B-} tpl_B2 tpl_B3  -> tpl_B3;}
9 AbsBinds [a_tan2] [d.Bits_an1] []
10
11
12 ghc: module version changed to 1; reason: no old .hi file
13 _interface_ Word 1
14 _instance_modules_
15 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
16 _exports_
17 Word Bits(:Bits :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} ;