summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod148.hs
blob: 77ccfef6d1e59666ccfe6a911b3184fd8194d5f4 (plain)
1
2
3
4
5
-- !!! re-exportation and ambiguity
-- should not fail as the absence of an export
-- list spec means "export all entities defined,
-- but none imported".
module M where id x = [];