[commit: ghc] master: Get rid of tcView altogether (834f9a4)
git at git.haskell.org
git at git.haskell.org
Mon Dec 7 22:16:26 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/834f9a46a7493e88c41ac01210bc3fcde7a2c0f9/ghc
>---------------------------------------------------------------
commit 834f9a46a7493e88c41ac01210bc3fcde7a2c0f9
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Mon Dec 7 11:41:51 2015 -0500
Get rid of tcView altogether
This is just a trivial renaming that implements a ToDo mentioned in a comment
in Type.hs.
Adding Simon as reviewer since he added the ToDo comment.
Reviewers: simonpj, austin, goldfire, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1584
>---------------------------------------------------------------
834f9a46a7493e88c41ac01210bc3fcde7a2c0f9
compiler/typecheck/FamInst.hs | 2 +-
compiler/typecheck/TcCanonical.hs | 12 ++++-----
compiler/typecheck/TcErrors.hs | 12 ++++-----
compiler/typecheck/TcType.hs | 53 +++++++++++++++++++--------------------
compiler/typecheck/TcUnify.hs | 14 +++++------
compiler/typecheck/TcValidity.hs | 4 +--
compiler/types/Type.hs | 18 +++----------
compiler/types/Unify.hs | 12 ++++-----
8 files changed, 58 insertions(+), 69 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 834f9a46a7493e88c41ac01210bc3fcde7a2c0f9
More information about the ghc-commits
mailing list