Skip to content
  • Simon Peyton Jones's avatar
    Collect coercion variables, not type variables · f9308c2a
    Simon Peyton Jones authored
    ...when tracking which constraints are used.
    
    Previously we were gathering type variables too, which meant that the
    ics_need field was (stupidly) non-empty, which meant that we kept hold
    of solved implications for no purpose.  Better just to get rid of them,
    which setImplicationStatus is all ste up to to do.
    
    No change in behaviour; a bit more efficient.
    f9308c2a