summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod3.hs
blob: ec31b6e4807a9cf97ca70a71c0afe1c5ac538cb3 (plain)
1
2
3
4
-- !!! Exporting "constructor" of a type synonym
module M(T(K1)) where
type T = T'
data T' = K1