e95bd0c78b90f3475b491450a715274479c49856
[ghc-hetmet.git] / ghc / compiler / tests / printing / Print003.hs
1 module Word where
2
3 infixl 8 `bitLsh`, `bitRsh`
4
5 class Bits a where
6         bitRsh, bitLsh :: a -> Int -> a