Skip to content
  • Simon Peyton Jones's avatar
    Fix fundep coverage-condition check for poly-kinds · 49d9b009
    Simon Peyton Jones authored
    See Note [Closing over kinds in coverage] in FunDeps.
    I'd already fixed this bug once, for Trac #8391, but I put the
    call to closeOverKinds in the wrong place, so Trac #10109
    failed.  (It checks the /liberal/ coverage condition, which
    
    The fix was easy: move the call to the right place!
    49d9b009