Skip to content
  • Simon Peyton Jones's avatar
    Pure refactoring · f1fa6eb2
    Simon Peyton Jones authored
    * Move tidyType and friends from TcType to TypeRep
      (It was always wrong to have it in TcType.)
    
    * Move mkCoAxBranch and friends from FamInst to Coercion
    
    * Move pprCoAxBranch and friends from FamInstEnv to Coercion
    
    No change in functionality, though there might be a little
    wibble in error message output, because I combined two different
    functions both called pprCoAxBranch!
    f1fa6eb2