git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add -fcross-module-specialise flag
[ghc.git]
/
testsuite
/
tests
/
typecheck
/
should_fail
/
T6022.stderr
1
2
T6022.hs:3:9: error:
3
No instance for (Eq ([a] -> a)) arising from a use of â==â
4
(maybe you haven't applied a function to enough arguments?)
5
In the expression: x == head
6
In an equation for âfâ: f x = x == head