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