cvs commit: fptools/ghc/compiler/basicTypes Id.lhs IdInfo.lhs
MkId.lhs fptools/ghc/compiler/coreSyn CoreFVs.lhs CoreSyn.lhs
CoreTidy.lhs fptools/ghc/compiler/main HscTypes.lhs MkIface.lhs
fptools/ghc/compiler/prelude PrelNames.lhs fptools/ghc/compiler/rename ...
Simon Peyton Jones
simonpj@glass.cse.ogi.edu
Tue, 14 Nov 2000 02:46:41 -0800
simonpj 2000/11/14 02:46:41 PST
Modified files:
ghc/compiler/basicTypes Id.lhs IdInfo.lhs MkId.lhs
ghc/compiler/coreSyn CoreFVs.lhs CoreSyn.lhs CoreTidy.lhs
ghc/compiler/main HscTypes.lhs MkIface.lhs
ghc/compiler/prelude PrelNames.lhs
ghc/compiler/rename Rename.lhs RnMonad.lhs RnNames.lhs
ghc/compiler/simplCore SetLevels.lhs SimplCore.lhs
SimplUtils.lhs
ghc/compiler/typecheck Inst.lhs TcBinds.lhs TcHsSyn.lhs
TcIfaceSig.lhs TcModule.lhs
TcMonoType.lhs TcSimplify.lhs
ghc/compiler/types Generics.lhs
Log:
Compiles now
Revision Changes Path
1.74 +2 -10 fptools/ghc/compiler/basicTypes/Id.lhs
1.60 +9 -5 fptools/ghc/compiler/basicTypes/IdInfo.lhs
1.46 +6 -7 fptools/ghc/compiler/basicTypes/MkId.lhs
1.8 +37 -7 fptools/ghc/compiler/coreSyn/CoreFVs.lhs
1.38 +1 -24 fptools/ghc/compiler/coreSyn/CoreSyn.lhs
1.19 +2 -2 fptools/ghc/compiler/coreSyn/CoreTidy.lhs
1.59 +1 -1 fptools/ghc/compiler/main/HscTypes.lhs
1.105 +2 -2 fptools/ghc/compiler/main/MkIface.lhs
1.18 +4 -4 fptools/ghc/compiler/prelude/PrelNames.lhs
1.131 +8 -9 fptools/ghc/compiler/rename/Rename.lhs
1.110 +1 -1 fptools/ghc/compiler/rename/RnMonad.lhs
1.107 +2 -2 fptools/ghc/compiler/rename/RnNames.lhs
1.42 +1 -1 fptools/ghc/compiler/simplCore/SetLevels.lhs
1.79 +21 -19 fptools/ghc/compiler/simplCore/SimplCore.lhs
1.52 +2 -2 fptools/ghc/compiler/simplCore/SimplUtils.lhs
1.68 +3 -2 fptools/ghc/compiler/typecheck/Inst.lhs
1.77 +2 -1 fptools/ghc/compiler/typecheck/TcBinds.lhs
1.48 +2 -2 fptools/ghc/compiler/typecheck/TcHsSyn.lhs
1.60 +3 -3 fptools/ghc/compiler/typecheck/TcIfaceSig.lhs
1.89 +79 -74 fptools/ghc/compiler/typecheck/TcModule.lhs
1.69 +2 -1 fptools/ghc/compiler/typecheck/TcMonoType.lhs
1.61 +0 -9 fptools/ghc/compiler/typecheck/TcSimplify.lhs
1.10 +3 -3 fptools/ghc/compiler/types/Generics.lhs