[commit: ghc] wip/ttg/2017-10-21: WIP on implicit binders (2281229)

git at git.haskell.org git at git.haskell.org
Mon Oct 23 21:17:17 UTC 2017


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

On branch  : wip/ttg/2017-10-21
Link       : http://ghc.haskell.org/trac/ghc/changeset/22812296818fe955752fa4762cf72250abd09bf9/ghc

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

commit 22812296818fe955752fa4762cf72250abd09bf9
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon Oct 23 10:42:48 2017 +0200

    WIP on implicit binders
    
    Problem with hs-boot loop


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

22812296818fe955752fa4762cf72250abd09bf9
 compiler/hsSyn/HsBinds.hs     |  8 +++--
 compiler/hsSyn/HsDecls.hs     | 57 +++++++++++++++++++++-------------
 compiler/hsSyn/HsExpr.hs      | 34 +++++++++++----------
 compiler/hsSyn/HsExpr.hs-boot | 12 ++++----
 compiler/hsSyn/HsExtension.hs | 35 +++++++++++++++++++++
 compiler/hsSyn/HsTypes.hs     | 71 ++++++++++++++++++++++++++++++++-----------
 compiler/parser/Parser.y      |  3 +-
 compiler/rename/RnTypes.hs    |  4 +--
 8 files changed, 158 insertions(+), 66 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 22812296818fe955752fa4762cf72250abd09bf9


More information about the ghc-commits mailing list