summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod149.hs
blob: e8187e1ae3a83b59e5d145cd1f3b963ca8b72251 (plain)
1
2
3
4
-- !!! re-exportation and ambiguity again.
-- Exporting M (=> id) is not ambiguous, as
-- Prelude isn't also exported.
module M (module M) where id x = x;