[cvs-nhc98] cvs commit: nhc98/src/compiler98 CaseLib.hs Derive.hs
DeriveBinary.hs DeriveBounded.hs DeriveEnum.hs DeriveEq.hs
DeriveIx.hs DeriveOrd.hs DeriveRead.hs DeriveShow.hs DeriveXML.hs
Export.hs Extract.hs FFITrans.hs Foreign.hs IExtract.hs Info.hs ...
Malcolm Wallace
malcolm at haskell.org
Wed Dec 22 07:58:38 EST 2004
malcolm 2004/12/22 04:58:38 PST
Modified files:
src/compiler98 CaseLib.hs Derive.hs DeriveBinary.hs
DeriveBounded.hs DeriveEnum.hs
DeriveEq.hs DeriveIx.hs DeriveOrd.hs
DeriveRead.hs DeriveShow.hs DeriveXML.hs
Export.hs Extract.hs FFITrans.hs
Foreign.hs IExtract.hs Info.hs
IntState.hs NT.hs Nice.hs Rename.hs
RenameLib.hs Type.hs TypeCtx.hs
TypeEnv.hs TypeLib.hs TypeSubst.hs
TypeUnify.hs
Log:
Store kind information in NT-style type expressions. (No kind
inference yet, nor any uses of the kind info.)
Revision Changes Path
1.8 +2 -2 nhc98/src/compiler98/CaseLib.hs
1.11 +1 -1 nhc98/src/compiler98/Derive.hs
1.6 +4 -4 nhc98/src/compiler98/DeriveBinary.hs
1.6 +1 -1 nhc98/src/compiler98/DeriveBounded.hs
1.6 +1 -1 nhc98/src/compiler98/DeriveEnum.hs
1.7 +1 -1 nhc98/src/compiler98/DeriveEq.hs
1.6 +2 -2 nhc98/src/compiler98/DeriveIx.hs
1.6 +2 -2 nhc98/src/compiler98/DeriveOrd.hs
1.9 +1 -1 nhc98/src/compiler98/DeriveRead.hs
1.11 +3 -3 nhc98/src/compiler98/DeriveShow.hs
1.5 +2 -2 nhc98/src/compiler98/DeriveXML.hs
1.11 +1 -1 nhc98/src/compiler98/Export.hs
1.15 +3 -3 nhc98/src/compiler98/Extract.hs
1.9 +16 -15 nhc98/src/compiler98/FFITrans.hs
1.31 +3 -3 nhc98/src/compiler98/Foreign.hs
1.20 +9 -9 nhc98/src/compiler98/IExtract.hs
1.25 +2 -2 nhc98/src/compiler98/Info.hs
1.15 +2 -2 nhc98/src/compiler98/IntState.hs
1.8 +57 -38 nhc98/src/compiler98/NT.hs
1.5 +6 -6 nhc98/src/compiler98/Nice.hs
1.36 +5 -5 nhc98/src/compiler98/Rename.hs
1.31 +7 -7 nhc98/src/compiler98/RenameLib.hs
1.18 +26 -26 nhc98/src/compiler98/Type.hs
1.10 +15 -15 nhc98/src/compiler98/TypeCtx.hs
1.2 +1 -1 nhc98/src/compiler98/TypeEnv.hs
1.12 +14 -14 nhc98/src/compiler98/TypeLib.hs
1.6 +11 -11 nhc98/src/compiler98/TypeSubst.hs
1.12 +21 -21 nhc98/src/compiler98/TypeUnify.hs
More information about the Cvs-nhc98
mailing list