Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,324
Issues
4,324
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
373
Merge Requests
373
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1b37d969
Commit
1b37d969
authored
Oct 21, 2008
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Track error message change in deriving
parent
c9ad5ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
24 deletions
+23
-24
testsuite/tests/ghc-regress/deriving/should_fail/drvfail009.stderr
.../tests/ghc-regress/deriving/should_fail/drvfail009.stderr
+23
-24
No files found.
testsuite/tests/ghc-regress/deriving/should_fail/drvfail009.stderr
View file @
1b37d969
drvfail009.hs:10:30:
Can't make a derived instance of `C T1'
(even with cunning newtype deriving:
`C' does not have arity 1)
In the newtype declaration for `T1'
drvfail009.hs:13:30:
Can't make a derived instance of `Monad T2'
(even with cunning newtype deriving:
the type constructor has wrong kind)
In the newtype declaration for `T2'
drvfail009.hs:16:32:
Can't make a derived instance of `Monad T3'
(even with cunning newtype deriving:
the representation type has wrong kind)
In the newtype declaration for `T3'
drvfail009.hs:19:41:
Can't make a derived instance of `Monad T4'
(even with cunning newtype deriving:
the eta-reduction property does not hold)
In the newtype declaration for `T4'
drvfail009.hs:10:30:
Can't make a derived instance of `C T1'
(even with cunning newtype deriving:
`C' does not have arity 1)
In the newtype declaration for `T1'
drvfail009.hs:13:30:
Cannot derive well-kinded instance of form `Monad (T2 ...)'
Class `Monad' expects an argument of kind `* -> *'
In the newtype declaration for `T2'
drvfail009.hs:16:32:
Can't make a derived instance of `Monad T3'
(even with cunning newtype deriving:
cannot eta-reduce the representation type enough)
In the newtype declaration for `T3'
drvfail009.hs:19:41:
Can't make a derived instance of `Monad T4'
(even with cunning newtype deriving:
cannot eta-reduce the representation type enough)
In the newtype declaration for `T4'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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