summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod129.hs
blob: 4229e9e88afdc6691653887cacaa3771a37b4556 (plain)
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