cvs commit: fptools/ghc/compiler HsVersions.h fptools/ghc/compiler/coreSyn
Subst.lhs fptools/ghc/compiler/hsSyn HsTypes.lhs
fptools/ghc/compiler/javaGen JavaGen.lhs fptools/ghc/compiler/main
CmdLineOpts.lhs fptools/ghc/compiler/rename ParseIface.y ...
Keith Wansborough
keithw@glass.cse.ogi.edu
Fri, 20 Oct 2000 03:44:19 -0700
keithw 2000/10/20 03:44:19 PDT
Modified files: (Branch: before-ghci-branch)
ghc/compiler HsVersions.h
ghc/compiler/coreSyn Subst.lhs
ghc/compiler/hsSyn HsTypes.lhs
ghc/compiler/javaGen JavaGen.lhs
ghc/compiler/main CmdLineOpts.lhs
ghc/compiler/rename ParseIface.y
ghc/compiler/specialise Rules.lhs
ghc/compiler/typecheck TcType.lhs TcUnify.lhs
ghc/compiler/types PprType.lhs Type.lhs TypeRep.lhs
Unify.lhs Variance.lhs
Log:
More progress in adding new-look usage types. Should still have no
impact unless you -DDO_USAGES, in which case it will break horribly.
Printing, parsing, various predicates, unification and matching all
work correctly now.
Revision Changes Path
1.19.2.1 +9 -0 fptools/ghc/compiler/HsVersions.h
1.17.2.2 +20 -10 fptools/ghc/compiler/coreSyn/Subst.lhs
1.38.2.2 +60 -12 fptools/ghc/compiler/hsSyn/HsTypes.lhs
1.12.2.1 +0 -1 fptools/ghc/compiler/javaGen/JavaGen.lhs
1.96.2.1 +2 -0 fptools/ghc/compiler/main/CmdLineOpts.lhs
1.85.2.2 +40 -11 fptools/ghc/compiler/rename/ParseIface.y
1.15.2.1 +1 -1 fptools/ghc/compiler/specialise/Rules.lhs
1.38.2.2 +8 -2 fptools/ghc/compiler/typecheck/TcType.lhs
1.14.2.2 +4 -0 fptools/ghc/compiler/typecheck/TcUnify.lhs
1.46.2.2 +31 -19 fptools/ghc/compiler/types/PprType.lhs
1.66.2.4 +159 -36 fptools/ghc/compiler/types/Type.lhs
1.7.2.2 +9 -2 fptools/ghc/compiler/types/TypeRep.lhs
1.8.2.1 +53 -23 fptools/ghc/compiler/types/Unify.lhs
1.5.2.2 +22 -10 fptools/ghc/compiler/types/Variance.lhs