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
/
mod92.hs
1
-- !!! Importing Class with missing member
2
module
M
where
3
import
Prelude
(
Eq
((==)))
4