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

import Mod125_A hiding (T)

--x :: T
x = T