summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod127.hs
blob: 4b869f79fd651aaaadc3978f7f5485e8060e1a65 (plain)
1
2
3
4
5
6
7
-- !!! hiding an entity T (where T is both a class and a dcon.)
module M where

import Mod127_A hiding (T)

x :: T a => a -> a
x = undefined