Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
33d7924d
Commit
33d7924d
authored
Feb 05, 1999
by
sof
Browse files
[project @ 1999-02-05 14:38:03 by sof]
Updates
parent
817f5162
Changes
4
Hide whitespace changes
Inline
Side-by-side
ghc/tests/deriving/should_compile/drv003.stderr
View file @
33d7924d
drv003.hs:15: Warning:
No explicit method nor default method for `=='
in an instance declaration for `Eq'
drv003.hs:12: Warning:
No explicit method nor default method for `=='
in an instance declaration for `Eq'
ghc/tests/deriving/should_compile/drv006.stderr
View file @
33d7924d
NOTE: Simplifier still going after 4 iterations; baling out.
ghc/tests/deriving/should_compile/drv007.stderr
View file @
33d7924d
NOTE: Simplifier still going after 4 iterations; baling out.
ghc/tests/deriving/should_compile/drv011.hs
0 → 100644
View file @
33d7924d
-- !!! deriving Enum, but not Ord.
module
ShouldSucceed
where
data
ABC
=
A
|
B
|
C
deriving
Enum
x
=
[
A
..
C
]
Write
Preview
Supports
Markdown
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