Skip to content
  • Simon Peyton Jones's avatar
    Fix a nasty bug in piResultTys · e1b5a117
    Simon Peyton Jones authored
    I was failing to instantiate vigorously enough in Type.piResultTys
    and in the very similar function ToIface.toIfaceAppArgsX
    
    This caused Trac #15428.  The fix is easy.
    
    See Note [Care with kind instantiation] in Type.hs
    e1b5a117