[project @ 2001-08-21 14:44:22 by simonmar]
[ghc-hetmet.git] / ghc / tests / printing / should_compile / Print003.hs
1 module Word where
2
3 infixl 8 `bitLsh`, `bitRsh`
4
5 class Bits a where
6         bitRsh, bitLsh :: a -> Int -> a