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
/
Mod121_A.hs
1
module
Mod121_A
(
C
(
m1
))
where
2
3
class
C a
where
4
m1
::
a
->
Int
5
m2
::
a
->
Bool