cvs commit: fptools/ghc/compiler/basicTypes DataCon.lhs
FieldLabel.lhs
Id.lhs IdInfo.lhs MkId.lhs fptools/ghc/compiler/coreSyn
CoreUtils.lhs Subst.lhs fptools/ghc/compiler/deSugar Check.lhs
DsExpr.lhs Match.lhs fptools/ghc/compiler/ghci InteractiveUI.hs ...
Simon Peyton Jones
simonpj at glass.cse.ogi.edu
Wed Jul 28 09:24:18 EDT 2004
simonpj 2004/07/28 06:24:18 PDT
Modified files: (Branch: tidt-branch)
ghc/compiler/basicTypes DataCon.lhs FieldLabel.lhs Id.lhs
IdInfo.lhs MkId.lhs
ghc/compiler/coreSyn CoreUtils.lhs Subst.lhs
ghc/compiler/deSugar Check.lhs DsExpr.lhs Match.lhs
ghc/compiler/ghci InteractiveUI.hs
ghc/compiler/hsSyn HsDecls.lhs
ghc/compiler/iface BinIface.hs BuildTyCl.lhs IfaceSyn.lhs
LoadIface.lhs MkIface.lhs TcIface.lhs
ghc/compiler/parser RdrHsSyn.lhs
ghc/compiler/prelude TysWiredIn.lhs
ghc/compiler/typecheck Inst.lhs TcDeriv.lhs TcExpr.lhs
TcGenDeriv.lhs TcInstDcls.lhs TcPat.lhs
TcRnDriver.lhs TcRnMonad.lhs
TcRnTypes.lhs TcSplice.lhs
TcTyClsDecls.lhs TcTyDecls.lhs
ghc/compiler/types TyCon.lhs TypeRep.lhs
Log:
GADT data type declarations now work
Revision Changes Path
1.45.4.7 +16 -26 fptools/ghc/compiler/basicTypes/DataCon.lhs
1.17.42.1 +5 -33 fptools/ghc/compiler/basicTypes/FieldLabel.lhs
1.121.2.1 +5 -5 fptools/ghc/compiler/basicTypes/Id.lhs
1.113.2.1 +4 -3 fptools/ghc/compiler/basicTypes/IdInfo.lhs
1.113.4.5 +10 -18 fptools/ghc/compiler/basicTypes/MkId.lhs
1.125.2.4 +1 -1 fptools/ghc/compiler/coreSyn/CoreUtils.lhs
1.43.4.2 +5 -1 fptools/ghc/compiler/coreSyn/Subst.lhs
1.36.2.1 +1 -2 fptools/ghc/compiler/deSugar/Check.lhs
1.106.2.8 +10 -15 fptools/ghc/compiler/deSugar/DsExpr.lhs
1.65.4.5 +2 -4 fptools/ghc/compiler/deSugar/Match.lhs
1.165.2.2 +2 -2 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.105.2.6 +4 -1 fptools/ghc/compiler/hsSyn/HsDecls.lhs
1.5.2.5 +24 -12 fptools/ghc/compiler/iface/BinIface.hs
1.3.2.6 +25 -27 fptools/ghc/compiler/iface/BuildTyCl.lhs
1.7.2.6 +42 -26 fptools/ghc/compiler/iface/IfaceSyn.lhs
1.11.2.4 +4 -2 fptools/ghc/compiler/iface/LoadIface.lhs
1.11.2.3 +1 -4 fptools/ghc/compiler/iface/MkIface.lhs
1.21.2.8 +22 -14 fptools/ghc/compiler/iface/TcIface.lhs
1.70.2.10 +9 -3 fptools/ghc/compiler/parser/RdrHsSyn.lhs
1.91.2.4 +2 -2 fptools/ghc/compiler/prelude/TysWiredIn.lhs
1.138.2.7 +4 -4 fptools/ghc/compiler/typecheck/Inst.lhs
1.132.2.3 +0 -3 fptools/ghc/compiler/typecheck/TcDeriv.lhs
1.169.2.6 +23 -23 fptools/ghc/compiler/typecheck/TcExpr.lhs
1.111.2.3 +4 -6 fptools/ghc/compiler/typecheck/TcGenDeriv.lhs
1.167.2.4 +2 -2 fptools/ghc/compiler/typecheck/TcInstDcls.lhs
1.96.2.2 +1 -2 fptools/ghc/compiler/typecheck/TcPat.lhs
1.72.2.3 +2 -2 fptools/ghc/compiler/typecheck/TcRnDriver.lhs
1.35.2.3 +3 -2 fptools/ghc/compiler/typecheck/TcRnMonad.lhs
1.36.2.3 +4 -0 fptools/ghc/compiler/typecheck/TcRnTypes.lhs
1.37.2.2 +6 -1 fptools/ghc/compiler/typecheck/TcSplice.lhs
1.107.2.7 +27 -16 fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
1.96.2.1 +1 -1 fptools/ghc/compiler/typecheck/TcTyDecls.lhs
1.70.2.4 +48 -38 fptools/ghc/compiler/types/TyCon.lhs
1.35.2.1 +3 -2 fptools/ghc/compiler/types/TypeRep.lhs
More information about the Cvs-ghc
mailing list