Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
83a7b1cf
Commit
83a7b1cf
authored
Jun 19, 2018
by
Simon Peyton Jones
Browse files
Adjust comments (Trac #14164)
parent
a9b01c08
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/types/Unify.hs
View file @
83a7b1cf
...
...
@@ -598,10 +598,10 @@ So, we work as follows:
tyvars, extending it each time with a new binding, so we
finish up with
[ xs :-> ..as before..
, a :->
..as before..
, a :->
b
, b :-> b :: *
, z :-> z :: b
, rest :-> rest :: G
a
(z :: b) ]
, rest :-> rest :: G
b
(z :: b) ]
Note that rest now has the right kind
7. Apply this extended substitution (once) to the range of
...
...
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