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
d2e67f30
Commit
d2e67f30
authored
Jul 03, 2000
by
panne
Browse files
[project @ 2000-07-03 20:34:35 by panne]
Synched expected output with reality
parent
38164c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/tests/deriving/should_fail/drvfail004.stderr
View file @
d2e67f30
drvfail004.hs:5:
Could not deduce `Eq (Foo a b)' from the context: (Ord a1, Ord b1)
Probable cause: missing `Eq (Foo a b)'
in instance declaration context
or missing instance declaration for `Eq (Foo a b)'
Could not deduce `Eq (Foo a b)'
from the context (Ord a1, Ord b1)
Probable fix:
Add `Eq (Foo a b)' to the instance declaration context
Or add an instance declaration for `Eq (Foo a b)'
arising from an instance declaration at drvfail004.hs:5
Compilation had errors
...
...
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