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
42131874
Commit
42131874
authored
Aug 11, 2006
by
simonpj
Browse files
More upated output
parent
81f5128a
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/deriving/should_fail/drvfail005.stderr
View file @
42131874
drvfail005.hs:3:5:
Can't make a derived instance of `Show a (Test a)' (`Show a' is not a class)
When deriving instances for type `Test'
Can't make a derived instance of `Show a (Test a)'
(`Show a' is not a class)
When deriving instances for `Test'
testsuite/tests/ghc-regress/module/mod53.stderr
View file @
42131874
mod53.hs:4:5:
Can't make a derived instance of `C T' (`C' is not a derivable class)
When deriving instances for type `T'
Can't make a derived instance of `C T'
(`C' is not a derivable class)
When deriving instances for `T'
testsuite/tests/ghc-regress/module/mod55.stderr
View file @
42131874
mod55.hs:3:5:
Can't make a derived instance of `Enum T' (`T' has non-nullary constructors)
When deriving instances for type `T'
Can't make a derived instance of `Enum T'
(`T' has non-nullary constructors)
When deriving instances for `T'
testsuite/tests/ghc-regress/rename/should_fail/rnfail044.stderr
View file @
42131874
rnfail044.hs:5:11:
Ambiguous occurrence `splitAt'
It could refer to either `
A.
splitAt', defined at rnfail044.hs:8:2
or `
GHC.List.
splitAt', imported from Prelude
at Implicit import declaration
It could refer to either `splitAt', defined at rnfail044.hs:8:2
or `splitAt', imported from Prelude
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