Skip to content
Snippets Groups Projects
Commit 7a7530a9 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Fix kind quantification (again)

We simply weren't quantifying kind variables at the points we
were claiming.  In paritcular, in
     forall (a:k). blah
we quantify the 'k' around the 'forall a', provided k isn't
already in scope
parent db07129c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment