summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod120.hs
blob: 04e5039463dbbffc37eec943014c2ac41b4f6c0b (plain)
1
2
3
4
5
-- !!! (..) importation of partially exported types
-- (test / bug report due to Ross Paterson.)
module M where
import Mod120_A(T(..))
f = Foo