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
61b57b26
Commit
61b57b26
authored
May 21, 2013
by
Simon Peyton Jones
Browse files
We no longer quantify over an entirely-unused existential type variable
parent
ea5bdfd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rename/should_fail/rnfail055.stderr
View file @
61b57b26
...
...
@@ -88,7 +88,7 @@ RnFail055.hs-boot:25:6:
Boot file: data T7 a
No C type associated
RecFlag NonRecursive, Promotable
= T7 :: forall a
b
. a -> T7 a Stricts: _
= T7 :: forall a. a -> T7 a Stricts: _
FamilyInstance: none
RnFail055.hs-boot:27:22:
...
...
testsuite/tests/typecheck/should_fail/T3468.stderr
View file @
61b57b26
...
...
@@ -4,7 +4,7 @@ T3468.hs-boot:3:6:
Main module: data Tool d
No C type associated
RecFlag Recursive, Promotable
= F :: forall d a
r
. a -> Tool d Stricts: _
= F :: forall d a. a -> Tool d Stricts: _
FamilyInstance: none
Boot file: abstract(False) Tool
No C type associated
...
...
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