Skip to content
  • Simon Peyton Jones's avatar
    Fix quantification for inference with sigs · 28096b27
    Simon Peyton Jones authored
    When we are *inferring* the type of a let-bound function,
    we might still have a type signature.  And we must be sure
    to quantify over its type variables, else you get the crash
    in Trac #10615.
    
    See Note [Which type variables to quantify] in TcSimplify
    28096b27