Skip to content
  • Simon Peyton Jones's avatar
    Refactor in TcMatches · bdd90426
    Simon Peyton Jones authored
    * Move the several calls of tauifyMultipleMatches into tcMatches,
      so that it can be called only once, and the invariants are
      clearer
    
    * I discovered in doing this that HsLamCase had a redundant and
      tiresome argument, so I removed it. That in turn allowed some
      modest but nice code simplification
    bdd90426