[commit: ghc] wip/T16342: Be more careful about tyvar naming for TyClDecls (5911aa6)

git at git.haskell.org git at git.haskell.org
Mon Feb 25 22:05:44 UTC 2019


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

On branch  : wip/T16342
Link       : http://ghc.haskell.org/trac/ghc/changeset/5911aa63d739d435007028300cf613fe1f4673d9/ghc

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

commit 5911aa63d739d435007028300cf613fe1f4673d9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Feb 25 08:31:33 2019 +0000

    Be more careful about tyvar naming for TyClDecls
    
    This is work in progress on Trac #16221 and #16342


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

5911aa63d739d435007028300cf613fe1f4673d9
 compiler/deSugar/DsMeta.hs         |   4 +-
 compiler/hsSyn/HsTypes.hs          |  13 ++-
 compiler/rename/RnSource.hs        |   5 +-
 compiler/typecheck/TcHsSyn.hs      |  57 ++++++++---
 compiler/typecheck/TcHsType.hs     |  89 ++++++++--------
 compiler/typecheck/TcMType.hs      | 202 ++++++++++++++++++++-----------------
 compiler/typecheck/TcSigs.hs       |   4 +-
 compiler/typecheck/TcTyClsDecls.hs | 130 +++++++++++++-----------
 compiler/types/TyCon.hs            |  19 ++--
 9 files changed, 290 insertions(+), 233 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 5911aa63d739d435007028300cf613fe1f4673d9


More information about the ghc-commits mailing list