[commit: ghc] master: s/unLifted/unlifted for consistency (4faa1a6)
git at git.haskell.org
git at git.haskell.org
Wed Jan 27 12:55:31 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4faa1a63d0496fd511d2d139622dbf7ef2ce4655/ghc
>---------------------------------------------------------------
commit 4faa1a63d0496fd511d2d139622dbf7ef2ce4655
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Wed Jan 27 13:15:15 2016 +0100
s/unLifted/unlifted for consistency
This was causing trouble as we had to remember when to use "unLifted"
and when to use "unlifted".
"unlifted" is used instead of "unLifted" as it's a single word.
Reviewers: austin, hvr, goldfire, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1852
>---------------------------------------------------------------
4faa1a63d0496fd511d2d139622dbf7ef2ce4655
compiler/basicTypes/Demand.hs | 4 ++--
compiler/codeGen/StgCmmClosure.hs | 10 +++++-----
compiler/codeGen/StgCmmExpr.hs | 2 +-
compiler/codeGen/StgCmmTicky.hs | 2 +-
compiler/coreSyn/CoreLint.hs | 14 +++++++-------
compiler/coreSyn/CorePrep.hs | 4 ++--
compiler/coreSyn/CoreSubst.hs | 2 +-
compiler/coreSyn/CoreUnfold.hs | 4 ++--
compiler/coreSyn/CoreUtils.hs | 4 ++--
compiler/deSugar/Coverage.hs | 2 +-
compiler/deSugar/DsCCall.hs | 2 +-
compiler/deSugar/DsExpr.hs | 8 ++++----
compiler/deSugar/DsForeign.hs | 2 +-
compiler/ghci/ByteCodeGen.hs | 6 +++---
compiler/simplCore/FloatIn.hs | 6 +++---
compiler/simplCore/SetLevels.hs | 8 ++++----
compiler/simplCore/SimplEnv.hs | 2 +-
compiler/simplCore/Simplify.hs | 10 +++++-----
compiler/specialise/Specialise.hs | 2 +-
compiler/stgSyn/CoreToStg.hs | 4 ++--
compiler/stgSyn/StgLint.hs | 8 ++++----
compiler/stranal/WwLib.hs | 6 +++---
compiler/typecheck/TcBinds.hs | 2 +-
compiler/typecheck/TcDeriv.hs | 4 ++--
compiler/typecheck/TcGenDeriv.hs | 12 ++++++------
compiler/typecheck/TcGenGenerics.hs | 2 +-
compiler/typecheck/TcPat.hs | 2 +-
compiler/typecheck/TcPatSyn.hs | 2 +-
compiler/typecheck/TcRnDriver.hs | 2 +-
compiler/typecheck/TcSplice.hs | 2 +-
compiler/typecheck/TcType.hs | 10 +++++-----
compiler/typecheck/TcValidity.hs | 4 ++--
compiler/types/TyCon.hs | 16 ++++++++--------
compiler/types/Type.hs | 18 +++++++++---------
compiler/vectorise/Vectorise/Type/Classify.hs | 2 +-
35 files changed, 95 insertions(+), 95 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 4faa1a63d0496fd511d2d139622dbf7ef2ce4655
More information about the ghc-commits
mailing list