Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
6de38257
Commit
6de38257
authored
Apr 30, 2001
by
simonpj
Browse files
[project @ 2001-04-30 11:23:28 by simonpj]
Fix test so that it doesnt use undecidable instances
parent
e7b69c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/tests/typecheck/should_compile/tc109.hs
View file @
6de38257
...
...
@@ -8,7 +8,7 @@ module ShouldCompile where
class
P
a
class
R
a
b
|
b
->
a
instance
(
P
a
,
R
a
b
)
=>
P
b
instance
(
P
a
,
R
a
b
)
=>
P
[
b
]
{- GHC 4.08.1 doesn't seem to allow variables in the context that
don't appear after the =>, but which are still ok since they are
...
...
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