git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Major patch to add -fwarn-redundant-constraints
[ghc.git]
/
testsuite
/
tests
/
module
/
mod37.hs
1
-- !!! Hiding lists "intersect" part 2
2
module
M
where
3
import
Prelude
hiding
(
const
,
id
)
4
import
Prelude
hiding
(
const
)
5
x
=
id