git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: pass '-s --no-print-directory' to MAKE
[ghc.git]
/
testsuite
/
tests
/
module
/
mod93.hs
1
-- !!! Importing Class with duplicate member
2
module
M
where
3
import
Prelude
(
Eq
((==),(/=),(==)))
4