summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod139.hs
blob: ae91e2b8ca789fdfab59c705a0361e6b1c1c4fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- !!! re-exporting module alias, with hiding.
module M where

import Mod139_B

z = Bar
a = Mod139_B.x

y = m1 (2::Int)