summaryrefslogtreecommitdiff
path: root/ghc/compiler/tests/printing/Print003.hs
blob: e95bd0c78b90f3475b491450a715274479c49856 (plain)
1
2
3
4
5
6
module Word where

infixl 8 `bitLsh`, `bitRsh`

class Bits a where
	bitRsh, bitLsh :: a -> Int -> a