summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod130.hs
blob: 97dbacbfd20020f47dede1cef33a94546fab21a8 (plain)
1
2
3
4
5
6
7
-- !!! hiding class members.
module M where

import Prelude hiding ( (<), (>))

x :: Int -> Int
x = (<) 2