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
/
mod45.stderr
1
2
mod45.hs:5:11:
3
Illegal type signature in instance declaration:
4
(==) :: T -> T -> Bool
5
(Use InstanceSigs to allow this)
6
In the instance declaration for ‘Eq T’