summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod126.hs
blob: b661d385c35b45891198f7e0692ccf08396e46e5 (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 Mod126_A hiding (T)

--x :: T
x = T