cvs commit: fptools/ghc/compiler/typecheck TcSimplify.lhs TcType.lhs fptools/ghc/compiler/types FunDeps.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Mon, 23 Jul 2001 03:24:58 -0700


simonpj     2001/07/23 03:24:58 PDT

  Modified files:
    ghc/compiler/typecheck TcSimplify.lhs TcType.lhs 
    ghc/compiler/types   FunDeps.lhs 
  Log:
  Yet another newtype-squashing bug; this time TcType.unifyTyX
  
  Revision  Changes    Path
  1.80      +2 -2      fptools/ghc/compiler/typecheck/TcSimplify.lhs
  1.53      +20 -3     fptools/ghc/compiler/typecheck/TcType.lhs
  1.16      +18 -3     fptools/ghc/compiler/types/FunDeps.lhs