patch applied (ghc-fc2): Massive patch for the first months work
adding System FC to GHC #34
chak at cse.unsw.edu.au
chak at cse.unsw.edu.au
Mon Aug 7 15:53:51 EDT 2006
Fri Aug 4 15:20:57 PDT 2006 Manuel M T Chakravarty <chak at cse.unsw.edu.au>
* Massive patch for the first months work adding System FC to GHC #34
Broken up massive patch -=chak
Original log message:
This is (sadly) all done in one patch to avoid Darcs bugs.
It's not complete work... more FC stuff to come. A compiler
using just this patch will fail dismally.
M ./compiler/typecheck/Inst.lhs -31 +44
M ./compiler/typecheck/TcArrows.lhs -18 +27
M ./compiler/typecheck/TcBinds.lhs -12 +9
M ./compiler/typecheck/TcDeriv.lhs -3 +3
M ./compiler/typecheck/TcEnv.lhs -30 +32
M ./compiler/typecheck/TcExpr.lhs -63 +78
M ./compiler/typecheck/TcHsSyn.lhs -67 +43
M ./compiler/typecheck/TcHsType.lhs -1 +1
M ./compiler/typecheck/TcMType.lhs -41 +49
M ./compiler/typecheck/TcMatches.lhs -45 +49
M ./compiler/typecheck/TcPat.lhs -224 +205
M ./compiler/typecheck/TcRnDriver.lhs -5 +7
M ./compiler/typecheck/TcRnMonad.lhs -27 +28
M ./compiler/typecheck/TcRnTypes.lhs -8 +13
M ./compiler/typecheck/TcSimplify.lhs -5 +8
M ./compiler/typecheck/TcSplice.lhs -3 +3
M ./compiler/typecheck/TcTyClsDecls.lhs -67 +90
M ./compiler/typecheck/TcType.lhs -21 +57
M ./compiler/typecheck/TcType.lhs-boot +2
M ./compiler/typecheck/TcUnify.lhs -54 +54
More information about the Cvs-ghc
mailing list