Skip to content
  • Simon Peyton Jones's avatar
    A few more constraint solver improvements · 815dcff1
    Simon Peyton Jones authored
    * Get rid of the lookupInInerts stage
    
    * Re-introduce the flat-cache for flattening type-family equations
      See Note [Type family equations] in TcSMonad. My previous clever attempt
      with organising the work list proved too fragile.
    
      There's a (static) flag -fno-flat-cache to switch if off,
      so you can try with and without
    
    * Improve the -ddump-cs-trace output
    
    * The usual round of refactoring
    815dcff1