cvs commit: fptools/ghc/compiler/basicTypes VarEnv.lhs
fptools/ghc/compiler/codeGen
CgBindery.lhs fptools/ghc/compiler/coreSyn Subst.lhs
fptools/ghc/compiler/deSugar Check.lhs DsArrows.lhs DsBinds.lhs
DsExpr.lhs DsUtils.lhs Match.hi-boot-6 Match.lhs MatchCon.lhs ...
Simon Peyton Jones
simonpj at haskell.org
Mon Aug 23 12:54:30 EDT 2004
simonpj 2004/08/23 09:54:30 PDT
Modified files: (Branch: tidt-branch)
ghc/compiler/basicTypes VarEnv.lhs
ghc/compiler/codeGen CgBindery.lhs
ghc/compiler/coreSyn Subst.lhs
ghc/compiler/deSugar Check.lhs DsArrows.lhs DsBinds.lhs
DsExpr.lhs DsUtils.lhs Match.hi-boot-6
Match.lhs MatchCon.lhs MatchLit.lhs
ghc/compiler/hsSyn HsBinds.lhs HsPat.lhs HsUtils.lhs
ghc/compiler/stgSyn CoreToStg.lhs
ghc/compiler/typecheck Inst.lhs TcArrows.lhs TcClassDcl.lhs
TcEnv.lhs TcExpr.lhs TcHsSyn.lhs
TcHsType.lhs TcInstDcls.lhs
TcMatches.lhs TcPat.lhs TcRnMonad.lhs
TcRnTypes.lhs TcSimplify.lhs
TcUnify.lhs
Log:
Chugging along with GADTs
Revision Changes Path
1.14.12.1 +4 -4 fptools/ghc/compiler/basicTypes/VarEnv.lhs
1.51.6.1 +5 -5 fptools/ghc/compiler/codeGen/CgBindery.lhs
1.43.4.3 +1 -1 fptools/ghc/compiler/coreSyn/Subst.lhs
1.36.2.2 +29 -30 fptools/ghc/compiler/deSugar/Check.lhs
1.10.4.3 +1 -1 fptools/ghc/compiler/deSugar/DsArrows.lhs
1.53.4.5 +7 -3 fptools/ghc/compiler/deSugar/DsBinds.lhs
1.106.2.9 +4 -6 fptools/ghc/compiler/deSugar/DsExpr.lhs
1.76.2.4 +5 -7 fptools/ghc/compiler/deSugar/DsUtils.lhs
1.3.4.2 +5 -5 fptools/ghc/compiler/deSugar/Match.hi-boot-6
1.65.4.6 +35 -73 fptools/ghc/compiler/deSugar/Match.lhs
1.18.4.3 +40 -58 fptools/ghc/compiler/deSugar/MatchCon.lhs
1.35.4.3 +0 -14 fptools/ghc/compiler/deSugar/MatchLit.lhs
1.75.2.6 +6 -9 fptools/ghc/compiler/hsSyn/HsBinds.lhs
1.43.4.2 +31 -105 fptools/ghc/compiler/hsSyn/HsPat.lhs
1.4.2.5 +81 -0 fptools/ghc/compiler/hsSyn/HsUtils.lhs
1.111.2.2 +2 -2 fptools/ghc/compiler/stgSyn/CoreToStg.lhs
1.138.2.10 +15 -2 fptools/ghc/compiler/typecheck/Inst.lhs
1.7.2.9 +2 -3 fptools/ghc/compiler/typecheck/TcArrows.lhs
1.142.2.9 +32 -33 fptools/ghc/compiler/typecheck/TcClassDcl.lhs
1.128.2.5 +1 -4 fptools/ghc/compiler/typecheck/TcEnv.lhs
1.169.2.12 +13 -30 fptools/ghc/compiler/typecheck/TcExpr.lhs
1.98.2.7 +89 -104 fptools/ghc/compiler/typecheck/TcHsSyn.lhs
1.14.2.10 +3 -3 fptools/ghc/compiler/typecheck/TcHsType.lhs
1.167.2.8 +8 -7 fptools/ghc/compiler/typecheck/TcInstDcls.lhs
1.82.2.11 +3 -3 fptools/ghc/compiler/typecheck/TcMatches.lhs
1.96.2.8 +302 -547 fptools/ghc/compiler/typecheck/TcPat.lhs
1.35.2.7 +1 -0 fptools/ghc/compiler/typecheck/TcRnMonad.lhs
1.36.2.5 +15 -19 fptools/ghc/compiler/typecheck/TcRnTypes.lhs
1.135.2.6 +2 -2 fptools/ghc/compiler/typecheck/TcSimplify.lhs
1.55.2.18 +159 -178 fptools/ghc/compiler/typecheck/TcUnify.lhs
More information about the Cvs-ghc
mailing list