Skip to content
  • Simon Peyton Jones's avatar
    Fix kind quantification (again) · 7a7530a9
    Simon Peyton Jones authored
    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
    7a7530a9