cvs commit: fptools/ghc/compiler/main HscTypes.lhs fptools/ghc/compiler/typecheck TcEnv.lhs TcInstDcls.lhs TcInstUtil.lhs TcModule.lhs TcTyClsDecls.lhs fptools/ghc/compiler/types Generics.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Wed, 18 Oct 2000 05:47:56 -0700


sewardj     2000/10/18 05:47:56 PDT

  Modified files:
    ghc/compiler/main    HscTypes.lhs 
    ghc/compiler/typecheck TcEnv.lhs TcInstDcls.lhs TcInstUtil.lhs 
                           TcModule.lhs TcTyClsDecls.lhs 
    ghc/compiler/types   Generics.lhs 
  Log:
  Finish getting the typechecker to compile.  Wahey!
  
  Revision  Changes    Path
  1.27      +5 -1      fptools/ghc/compiler/main/HscTypes.lhs
  1.67      +3 -2      fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.87      +84 -63    fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.43      +3 -1      fptools/ghc/compiler/typecheck/TcInstUtil.lhs
  1.68      +47 -46    fptools/ghc/compiler/typecheck/TcModule.lhs
  1.58      +15 -11    fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
  1.5       +4 -4      fptools/ghc/compiler/types/Generics.lhs