Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
47aebf9a
Commit
47aebf9a
authored
May 21, 2013
by
Simon Peyton Jones
Browse files
Add stderr output
parent
61b57b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/typecheck/should_run/T7861.stderr
View file @
47aebf9a
\ No newline at end of file
T7861: T7861.hs:11:5:
Couldn't match type ‛a’ with ‛[a0]’
‛a’ is a rigid type variable bound by
the type signature for f :: A a -> a at T7861.hs:10:6
Expected type: A a -> a
Actual type: A a0 -> [a0]
Relevant bindings include f :: A a -> a (bound at T7861.hs:11:1)
In the expression: doA
In an equation for ‛f’: f = doA
(deferred type error)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment