summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod37.hs
blob: 4e21e6c9a9099d3b45ff3b4f3171be446f8a664c (plain)
1
2
3
4
5
-- !!! Hiding lists "intersect" part 2
module M where
import Prelude hiding (const,id) 
import Prelude hiding (const) 
x = id