cvs commit: fptools/ghc/compiler/coreSyn CoreLint.lhs
fptools/ghc/compiler/deSugar
Check.lhs DsArrows.lhs DsUtils.lhs Match.lhs MatchLit.lhs
fptools/ghc/compiler/hsSyn HsPat.lhs HsUtils.lhs
fptools/ghc/compiler/typecheck Inst.lhs TcBinds.lhs TcEnv.lhs ...
Simon Peyton Jones
simonpj at haskell.org
Thu Aug 26 07:59:20 EDT 2004
simonpj 2004/08/26 04:59:19 PDT
Modified files: (Branch: tidt-branch)
ghc/compiler/coreSyn CoreLint.lhs
ghc/compiler/deSugar Check.lhs DsArrows.lhs DsUtils.lhs
Match.lhs MatchLit.lhs
ghc/compiler/hsSyn HsPat.lhs HsUtils.lhs
ghc/compiler/typecheck Inst.lhs TcBinds.lhs TcEnv.lhs
TcHsSyn.lhs TcInstDcls.lhs
TcMatches.lhs TcPat.lhs TcRnTypes.lhs
TcSimplify.lhs TcUnify.lhs
ghc/compiler/types InstEnv.lhs
Log:
Tests now work
Revision Changes Path
1.76.4.13 +8 -16 fptools/ghc/compiler/coreSyn/CoreLint.lhs
1.36.2.4 +3 -3 fptools/ghc/compiler/deSugar/Check.lhs
1.10.4.4 +3 -2 fptools/ghc/compiler/deSugar/DsArrows.lhs
1.76.2.8 +2 -42 fptools/ghc/compiler/deSugar/DsUtils.lhs
1.65.4.10 +4 -4 fptools/ghc/compiler/deSugar/Match.lhs
1.35.4.6 +64 -11 fptools/ghc/compiler/deSugar/MatchLit.lhs
1.43.4.4 +17 -11 fptools/ghc/compiler/hsSyn/HsPat.lhs
1.4.2.6 +1 -1 fptools/ghc/compiler/hsSyn/HsUtils.lhs
1.138.2.13 +9 -5 fptools/ghc/compiler/typecheck/Inst.lhs
1.124.2.20 +1 -1 fptools/ghc/compiler/typecheck/TcBinds.lhs
1.128.2.7 +4 -3 fptools/ghc/compiler/typecheck/TcEnv.lhs
1.98.2.11 +5 -4 fptools/ghc/compiler/typecheck/TcHsSyn.lhs
1.167.2.11 +1 -1 fptools/ghc/compiler/typecheck/TcInstDcls.lhs
1.82.2.14 +1 -0 fptools/ghc/compiler/typecheck/TcMatches.lhs
1.96.2.13 +1 -1 fptools/ghc/compiler/typecheck/TcPat.lhs
1.36.2.10 +14 -4 fptools/ghc/compiler/typecheck/TcRnTypes.lhs
1.135.2.8 +2 -2 fptools/ghc/compiler/typecheck/TcSimplify.lhs
1.55.2.21 +29 -20 fptools/ghc/compiler/typecheck/TcUnify.lhs
1.32.2.2 +4 -1 fptools/ghc/compiler/types/InstEnv.lhs
More information about the Cvs-ghc
mailing list