[commit: ghc] type-nats: Mainly, rename LiteralTy to LitTy (2307516)
Simon Peyton Jones
simonpj at microsoft.com
Mon Jan 23 13:14:08 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : type-nats
http://hackage.haskell.org/trac/ghc/changeset/23075169a7d85073cadb211835854436e533f046
>---------------------------------------------------------------
commit 23075169a7d85073cadb211835854436e533f046
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Jan 13 17:31:50 2012 +0000
Mainly, rename LiteralTy to LitTy
compiler/codeGen/ClosureInfo.lhs | 2 +-
compiler/codeGen/StgCmmClosure.hs | 2 +-
compiler/coreSyn/CoreLint.lhs | 2 +-
compiler/coreSyn/MkExternalCore.lhs | 11 ++++++-----
compiler/coreSyn/TrieMap.lhs | 5 ++---
compiler/iface/BinIface.hs | 4 ++--
compiler/iface/IfaceSyn.lhs | 2 +-
compiler/iface/IfaceType.lhs | 6 +++---
compiler/iface/TcIface.lhs | 4 ++--
compiler/typecheck/TcCanonical.lhs | 6 +++---
compiler/typecheck/TcErrors.lhs | 2 +-
compiler/typecheck/TcEvidence.lhs | 2 +-
compiler/typecheck/TcForeign.lhs | 7 ++-----
compiler/typecheck/TcMType.lhs | 10 +++++-----
compiler/typecheck/TcSimplify.lhs | 2 +-
compiler/typecheck/TcSplice.lhs | 2 +-
compiler/typecheck/TcTyDecls.lhs | 8 ++++----
compiler/typecheck/TcType.lhs | 22 +++++++++++-----------
compiler/typecheck/TcUnify.lhs | 4 ++--
compiler/types/Coercion.lhs | 2 +-
compiler/types/FamInstEnv.lhs | 2 +-
compiler/types/Type.lhs | 20 ++++++++++----------
compiler/types/TypeRep.lhs | 6 +++---
compiler/vectorise/Vectorise/Convert.hs | 10 +++++-----
compiler/vectorise/Vectorise/Type/Classify.hs | 2 +-
compiler/vectorise/Vectorise/Type/Type.hs | 2 +-
26 files changed, 72 insertions(+), 75 deletions(-)
Diff suppressed because of size. To see it, use:
git show 23075169a7d85073cadb211835854436e533f046
More information about the Cvs-ghc
mailing list