Skip to content
  • Simon Peyton Jones's avatar
    Take type-function arity into account · a008eadf
    Simon Peyton Jones authored
    ...when computing the size of a call on the RHS of a type
    instance declaration.
    
    This came up in Trac #11581.  The change is in
       TcType.tcTyFamInsts
    which now trims the type arguments in a call.  See the
    comments with that function definition.
    a008eadf