6aed27acce54a342f63bdf1fd0617e5d728d9035
[ghc-hetmet.git] / ghc / tests / printing / should_compile / Print003.stderr
1
2 ==================== Typechecked ====================
3 Word.bitLsh{-r3A-} =
4     _/\_ a_tr3y -> \ x1_B1 ->
5         case x1_B1 of { Word.:Bits{-r3C-} x2_B2 x3_B3  -> x2_B2;}
6 Word.bitRsh{-r3z-} =
7     _/\_ a_tr3y -> \ x1_B1 ->
8         case x1_B1 of { Word.:Bits{-r3C-} x2_B2 x3_B3  -> x3_B3;}
9 AbsBinds [a_taqh] [d.Bits_aqg] []
10
11
12 ghc: module version changed to 1; reason: no old .hi file
13 _interface_ Word 1 302
14 _instance_modules_
15 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
16 _exports_
17 Word Bits(:Bits :Bits bitLsh bitRsh);
18 _fixities_
19 infixl 8 bitLsh;
20 infixl 8 bitRsh;
21 _declarations_
22 1 class Bits a where {bitLsh :: a -> PrelBase.Int -> a; bitRsh :: a -> PrelBase.Int -> a} ;