[commit: ghc] master: tcExtendTyVarEnv2 changed to tcExtendNameTyVarEnv (9b7eec8)

git at git.haskell.org git at git.haskell.org
Sun Jun 3 04:30:50 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9b7eec8614f531e20a34e8dd2f62293ab0fedf8c/ghc

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

commit 9b7eec8614f531e20a34e8dd2f62293ab0fedf8c
Author: Alanas Plascinskas <alanas.pla at gmail.com>
Date:   Sat Jun 2 23:23:48 2018 -0400

    tcExtendTyVarEnv2 changed to tcExtendNameTyVarEnv
    
    Reviewers: mpickering, goldfire, bgamari
    
    Reviewed By: mpickering
    
    Subscribers: goldfire, rwbarton, thomie, carter
    
    GHC Trac Issues: #15017
    
    Differential Revision: https://phabricator.haskell.org/D4732


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

9b7eec8614f531e20a34e8dd2f62293ab0fedf8c
 compiler/typecheck/TcBinds.hs    | 6 +++---
 compiler/typecheck/TcEnv.hs      | 8 ++++----
 compiler/typecheck/TcExpr.hs     | 6 +++---
 compiler/typecheck/TcHsType.hs   | 6 +++---
 compiler/typecheck/TcInstDcls.hs | 2 +-
 compiler/typecheck/TcPat.hs      | 6 +++---
 compiler/typecheck/TcRules.hs    | 2 +-
 7 files changed, 18 insertions(+), 18 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 9b7eec8614f531e20a34e8dd2f62293ab0fedf8c


More information about the ghc-commits mailing list