simonpj 2004/09/06 08:15:33 PDT
Modified files: (Branch: tidt-branch)
ghc/compiler/coreSyn CoreLint.lhs
ghc/compiler/deSugar DsBinds.lhs DsExpr.lhs DsMeta.hs
Match.lhs
ghc/compiler/hsSyn Convert.lhs HsBinds.lhs HsUtils.lhs
ghc/compiler/main HscStats.lhs
ghc/compiler/parser RdrHsSyn.lhs
ghc/compiler/rename RnBinds.lhs
ghc/compiler/simplCore Simplify.lhs
ghc/compiler/typecheck TcArrows.lhs TcBinds.lhs TcClassDcl.lhs
TcExpr.lhs TcHsSyn.lhs TcMType.lhs
TcMatches.hi-boot-6 TcMatches.lhs
TcPat.lhs TcRnDriver.lhs TcType.lhs
TcUnify.lhs
ghc/compiler/types FunDeps.lhs Generics.lhs InstEnv.lhs
Unify.lhs
Log:
First GADT programs typecheck!
Revision Changes Path
1.76.4.18 +20 -30 fptools/ghc/compiler/coreSyn/CoreLint.lhs
1.53.4.8 +7 -3 fptools/ghc/compiler/deSugar/DsBinds.lhs
1.106.2.11 +3 -3 fptools/ghc/compiler/deSugar/DsExpr.lhs
1.59.2.5 +2 -2 fptools/ghc/compiler/deSugar/DsMeta.hs
1.65.4.11 +18 -26 fptools/ghc/compiler/deSugar/Match.lhs
1.50.2.4 +2 -2 fptools/ghc/compiler/hsSyn/Convert.lhs
1.75.2.8 +3 -4 fptools/ghc/compiler/hsSyn/HsBinds.lhs
1.4.2.7 +5 -7 fptools/ghc/compiler/hsSyn/HsUtils.lhs
1.13.2.3 +1 -1 fptools/ghc/compiler/main/HscStats.lhs
1.70.2.13 +5 -8 fptools/ghc/compiler/parser/RdrHsSyn.lhs
1.91.2.8 +4 -4 fptools/ghc/compiler/rename/RnBinds.lhs
1.149.4.12 +3 -2 fptools/ghc/compiler/simplCore/Simplify.lhs
1.7.2.12 +4 -1 fptools/ghc/compiler/typecheck/TcArrows.lhs
1.124.2.22 +8 -8 fptools/ghc/compiler/typecheck/TcBinds.lhs
1.142.2.15 +6 -8 fptools/ghc/compiler/typecheck/TcClassDcl.lhs
1.169.2.19 +4 -3 fptools/ghc/compiler/typecheck/TcExpr.lhs
1.98.2.13 +2 -3 fptools/ghc/compiler/typecheck/TcHsSyn.lhs
1.56.4.20 +16 -1 fptools/ghc/compiler/typecheck/TcMType.lhs
1.7.4.4 +1 -1 fptools/ghc/compiler/typecheck/TcMatches.hi-boot-6
1.82.2.16 +29 -25 fptools/ghc/compiler/typecheck/TcMatches.lhs
1.96.2.19 +19 -13 fptools/ghc/compiler/typecheck/TcPat.lhs
1.72.2.7 +0 -1 fptools/ghc/compiler/typecheck/TcRnDriver.lhs
1.106.2.11 +0 -253 fptools/ghc/compiler/typecheck/TcType.lhs
1.55.2.25 +17 -8 fptools/ghc/compiler/typecheck/TcUnify.lhs
1.23.4.3 +5 -5 fptools/ghc/compiler/types/FunDeps.lhs
1.33.4.4 +2 -4 fptools/ghc/compiler/types/Generics.lhs
1.32.2.5 +2 -2 fptools/ghc/compiler/types/InstEnv.lhs
1.13.2.7 +24 -9 fptools/ghc/compiler/types/Attic/Unify.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc