1 2 3 4 5 6 7
-- !!! hiding class members. module M where import Prelude hiding ( (<), (>)) x :: Int -> Int x = (<) 2