[commit: ghc] wip/spj-float-in: Remove dead quantifyTyVars (eee097c)

git at git.haskell.org git at git.haskell.org
Mon Apr 10 16:38:20 UTC 2017


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

On branch  : wip/spj-float-in
Link       : http://ghc.haskell.org/trac/ghc/changeset/eee097c76fbd5fc739739b67ee4e7585b5e78a99/ghc

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

commit eee097c76fbd5fc739739b67ee4e7585b5e78a99
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Apr 7 17:07:48 2017 +0100

    Remove dead quantifyTyVars
    
    This patch
    
    * removes a function TcMType.quantifyTyVars
      that was never called
    
    * renames quantifyZonkedTyVars to quantifyTyVars
    
    Plus a few comments.  No functional change at all


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

eee097c76fbd5fc739739b67ee4e7585b5e78a99
 compiler/typecheck/TcHsType.hs     |  2 +-
 compiler/typecheck/TcMType.hs      | 28 +++++++---------------------
 compiler/typecheck/TcRules.hs      |  2 +-
 compiler/typecheck/TcSimplify.hs   |  4 ++--
 compiler/typecheck/TcTyClsDecls.hs | 23 ++++++++++++++++++-----
 5 files changed, 29 insertions(+), 30 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 eee097c76fbd5fc739739b67ee4e7585b5e78a99


More information about the ghc-commits mailing list