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
/
mod32.hs
1
-- !!! Defining local class with same name as imported type.
2
-- was: Imported tycon clashes with local class definition
3
module
M
where
4
import
Prelude
(
Int
,
Bool
)
5
class
Int
a
where
(==) ::
a
->
a
->
Bool