9b25defe79fa8b3c6b570aa4c530dfdda929ec21
[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_taqz] [d.Bits_aqy] []
10
11
12 ghc: module version changed to 1; reason: no old .hi file
13 _exports_
14 Word Bits(:Bits :Bits bitLsh bitRsh);
15 _fixities_
16 infixl 8 bitLsh;
17 infixl 8 bitRsh;
18 _declarations_
19 1 class Bits a where {bitLsh :: a -> PrelBase.Int -> a; bitRsh :: a -> PrelBase.Int -> a} ;