[commit: ghc] wip/T16185: Improvements to the AnonArgFlag stuff (391f3cc)

git at git.haskell.org git at git.haskell.org
Fri Jan 18 15:25:33 UTC 2019


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

On branch  : wip/T16185
Link       : http://ghc.haskell.org/trac/ghc/changeset/391f3ccea45fe6f72a1d041a306fed7ee3a96db9/ghc

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

commit 391f3ccea45fe6f72a1d041a306fed7ee3a96db9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Jan 18 15:24:21 2019 +0000

    Improvements to the AnonArgFlag stuff
    
    One step forward is using CPP for FunTy
    See Note [Function types] in TyCoRep


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

391f3ccea45fe6f72a1d041a306fed7ee3a96db9
 compiler/HsVersions.h             |  8 +++++++
 compiler/codeGen/StgCmmClosure.hs |  2 +-
 compiler/coreSyn/CoreMap.hs       | 10 ++++-----
 compiler/typecheck/TcCanonical.hs | 14 ++++---------
 compiler/typecheck/TcErrors.hs    |  5 +----
 compiler/typecheck/TcMType.hs     |  2 +-
 compiler/typecheck/TcTyDecls.hs   |  3 +--
 compiler/typecheck/TcType.hs      | 27 +++---------------------
 compiler/typecheck/TcTypeable.hs  |  7 +++++--
 compiler/typecheck/TcUnify.hs     |  3 ---
 compiler/typecheck/TcValidity.hs  |  5 +----
 compiler/types/OptCoercion.hs     |  8 -------
 compiler/types/TyCoRep.hs         | 32 +++++++++++++++++++++++-----
 compiler/types/Type.hs            | 44 +++++++++++++--------------------------
 compiler/types/Unify.hs           |  5 -----
 15 files changed, 72 insertions(+), 103 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 391f3ccea45fe6f72a1d041a306fed7ee3a96db9


More information about the ghc-commits mailing list