[commit: ghc] wip/ttg-2017-10-13: Get rid of SigPatIn / SigPatOut (95211f5)

git at git.haskell.org git at git.haskell.org
Tue Oct 17 15:21:39 UTC 2017


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

On branch  : wip/ttg-2017-10-13
Link       : http://ghc.haskell.org/trac/ghc/changeset/95211f59a9b457287a6a754a8bd2b39dbf961364/ghc

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

commit 95211f59a9b457287a6a754a8bd2b39dbf961364
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Tue Oct 17 17:21:07 2017 +0200

    Get rid of SigPatIn / SigPatOut


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

95211f59a9b457287a6a754a8bd2b39dbf961364
 compiler/deSugar/Check.hs      |  3 +--
 compiler/deSugar/DsArrows.hs   |  3 +--
 compiler/deSugar/DsMeta.hs     |  6 +++---
 compiler/deSugar/Match.hs      |  6 +++---
 compiler/hsSyn/Convert.hs      |  2 +-
 compiler/hsSyn/HsExtension.hs  |  2 ++
 compiler/hsSyn/HsPat.hs        | 41 +++++++++++++++++++++--------------------
 compiler/hsSyn/HsUtils.hs      |  6 ++----
 compiler/parser/RdrHsSyn.hs    |  2 +-
 compiler/rename/RnExpr.hs      |  3 +--
 compiler/rename/RnPat.hs       |  4 ++--
 compiler/typecheck/TcHsSyn.hs  |  6 +++---
 compiler/typecheck/TcPat.hs    |  4 ++--
 compiler/typecheck/TcPatSyn.hs |  8 +++-----
 utils/ghctags/Main.hs          |  3 +--
 15 files changed, 47 insertions(+), 52 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 95211f59a9b457287a6a754a8bd2b39dbf961364


More information about the ghc-commits mailing list