[commit: ghc] master: Rename Untouchables to TcLevel (26a3d0f)

git at git.haskell.org git at git.haskell.org
Tue Dec 2 13:27:43 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/26a3d0fe019c52b37ff51d5abcf0d7fdabfa160a/ghc

>---------------------------------------------------------------

commit 26a3d0fe019c52b37ff51d5abcf0d7fdabfa160a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Dec 2 11:13:56 2014 +0000

    Rename Untouchables to TcLevel
    
    This is a long-overdue renaming
       Untouchables  -->   TcLevel
    It is renaming only; no change in functionality.
    
    We really wanted to get this done before the 7.10 fork.


>---------------------------------------------------------------

26a3d0fe019c52b37ff51d5abcf0d7fdabfa160a
 compiler/typecheck/TcBinds.lhs     |   8 +--
 compiler/typecheck/TcCanonical.lhs |   4 +-
 compiler/typecheck/TcErrors.lhs    |   4 +-
 compiler/typecheck/TcFlatten.lhs   |  14 ++---
 compiler/typecheck/TcInteract.lhs  |  30 +++++-----
 compiler/typecheck/TcMType.lhs     |   4 +-
 compiler/typecheck/TcPatSyn.lhs    |   8 +--
 compiler/typecheck/TcRnDriver.lhs  |   6 +-
 compiler/typecheck/TcRnMonad.lhs   |  34 +++++------
 compiler/typecheck/TcRnTypes.lhs   |  16 ++---
 compiler/typecheck/TcRules.lhs     |   4 +-
 compiler/typecheck/TcSMonad.lhs    |  38 ++++++------
 compiler/typecheck/TcSimplify.lhs  |  62 +++++++++----------
 compiler/typecheck/TcType.lhs      | 118 +++++++++++++++++++------------------
 compiler/typecheck/TcUnify.lhs     |  10 ++--
 15 files changed, 181 insertions(+), 179 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 26a3d0fe019c52b37ff51d5abcf0d7fdabfa160a


More information about the ghc-commits mailing list