cvs commit: fptools/ghc/compiler/basicTypes Name.lhs Var.lhs
fptools/ghc/compiler/coreSyn CoreLint.lhs fptools/ghc/compiler/deSugar
Check.lhs DsGRHSs.lhs DsUtils.lhs Match.lhs MatchCon.lhs
MatchLit.lhs fptools/ghc/compiler/hsSyn HsBinds.lhs HsPat.lhs ...
Simon Peyton Jones
simonpj at haskell.org
Wed Aug 25 12:48:59 EDT 2004
simonpj 2004/08/25 09:48:59 PDT
Modified files: (Branch: tidt-branch)
ghc/compiler/basicTypes Name.lhs Var.lhs
ghc/compiler/coreSyn CoreLint.lhs
ghc/compiler/deSugar Check.lhs DsGRHSs.lhs DsUtils.lhs
Match.lhs MatchCon.lhs MatchLit.lhs
ghc/compiler/hsSyn HsBinds.lhs HsPat.lhs
ghc/compiler/typecheck Inst.lhs TcBinds.lhs TcClassDcl.lhs
TcEnv.lhs TcExpr.lhs TcHsSyn.lhs
TcHsType.lhs TcInstDcls.lhs
TcMatches.lhs TcPat.lhs TcRnMonad.lhs
TcRnTypes.lhs TcRules.lhs TcUnify.lhs
Log:
Lots of work on desugaring existential and GADT patterns
Revision Changes Path
1.108.4.1 +14 -14 fptools/ghc/compiler/basicTypes/Name.lhs
1.35.4.3 +1 -4 fptools/ghc/compiler/basicTypes/Var.lhs
1.76.4.11 +30 -17 fptools/ghc/compiler/coreSyn/CoreLint.lhs
1.36.2.3 +82 -84 fptools/ghc/compiler/deSugar/Check.lhs
1.34.4.6 +0 -1 fptools/ghc/compiler/deSugar/DsGRHSs.lhs
1.76.2.6 +51 -18 fptools/ghc/compiler/deSugar/DsUtils.lhs
1.65.4.8 +90 -107 fptools/ghc/compiler/deSugar/Match.lhs
1.18.4.5 +9 -13 fptools/ghc/compiler/deSugar/MatchCon.lhs
1.35.4.4 +23 -16 fptools/ghc/compiler/deSugar/MatchLit.lhs
1.75.2.7 +3 -1 fptools/ghc/compiler/hsSyn/HsBinds.lhs
1.43.4.3 +27 -33 fptools/ghc/compiler/hsSyn/HsPat.lhs
1.138.2.12 +25 -72 fptools/ghc/compiler/typecheck/Inst.lhs
1.124.2.19 +6 -6 fptools/ghc/compiler/typecheck/TcBinds.lhs
1.142.2.12 +11 -14 fptools/ghc/compiler/typecheck/TcClassDcl.lhs
1.128.2.6 +10 -18 fptools/ghc/compiler/typecheck/TcEnv.lhs
1.169.2.14 +2 -16 fptools/ghc/compiler/typecheck/TcExpr.lhs
1.98.2.10 +75 -72 fptools/ghc/compiler/typecheck/TcHsSyn.lhs
1.14.2.13 +1 -1 fptools/ghc/compiler/typecheck/TcHsType.lhs
1.167.2.10 +3 -3 fptools/ghc/compiler/typecheck/TcInstDcls.lhs
1.82.2.13 +4 -4 fptools/ghc/compiler/typecheck/TcMatches.lhs
1.96.2.12 +18 -11 fptools/ghc/compiler/typecheck/TcPat.lhs
1.35.2.8 +6 -1 fptools/ghc/compiler/typecheck/TcRnMonad.lhs
1.36.2.9 +18 -54 fptools/ghc/compiler/typecheck/TcRnTypes.lhs
1.48.4.5 +3 -3 fptools/ghc/compiler/typecheck/TcRules.lhs
1.55.2.20 +2 -2 fptools/ghc/compiler/typecheck/TcUnify.lhs
More information about the Cvs-ghc
mailing list