[project @ 2002-02-06 15:54:23 by simonpj]
authorsimonpj <unknown>
Wed, 6 Feb 2002 15:54:26 +0000 (15:54 +0000)
committersimonpj <unknown>
Wed, 6 Feb 2002 15:54:26 +0000 (15:54 +0000)
commit979947f545d70c63edb7ca96f6e47008ac90e3bf
tree55d0bce5fd7d6310ccff49d327b0e8a3700881a4
parent6e1e8a09b49cf7ceca35d990ad934cfc661e823f
[project @ 2002-02-06 15:54:23 by simonpj]
Eliminate all vestiages of UsageTy, in preparation for
Keith's new version.  Hurrah!

Keith: LBVarInfo and usOnce,usMany are still there,
because I know you have eliminated LBVarInfo, and I didn't
want to cause unnecessary conflicts.
14 files changed:
ghc/compiler/coreSyn/CorePrep.lhs
ghc/compiler/coreSyn/CoreUtils.lhs
ghc/compiler/coreSyn/MkExternalCore.lhs
ghc/compiler/coreSyn/Subst.lhs
ghc/compiler/hsSyn/HsTypes.lhs
ghc/compiler/prelude/PrimOp.lhs
ghc/compiler/rename/ParseIface.y
ghc/compiler/typecheck/TcMType.lhs
ghc/compiler/typecheck/TcType.lhs
ghc/compiler/typecheck/TcUnify.lhs
ghc/compiler/types/PprType.lhs
ghc/compiler/types/Type.lhs
ghc/compiler/types/TypeRep.lhs
ghc/compiler/types/Variance.lhs