1 2 3 4 5 6 7 8
-- !!! hiding class members (but not class.) module M where import Prelude hiding ( (<), (>)) x :: Ord a => a -> a x = undefined