[commit: ghc] wip/pattern-synonyms: Refactor PatSynBind so that we can pass around PSBs instead of several arguments (893a261)

git at git.haskell.org git at git.haskell.org
Tue Jul 29 14:24:33 UTC 2014


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

On branch  : wip/pattern-synonyms
Link       : http://ghc.haskell.org/trac/ghc/changeset/893a261c8c15783c8f86c74f4e8c57df9c44a155/ghc

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

commit 893a261c8c15783c8f86c74f4e8c57df9c44a155
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Tue Jul 29 11:27:26 2014 +0200

    Refactor PatSynBind so that we can pass around PSBs instead of several arguments


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

893a261c8c15783c8f86c74f4e8c57df9c44a155
 compiler/hsSyn/HsBinds.lhs           | 51 ++++++++++++++--------------
 compiler/hsSyn/HsUtils.lhs           | 14 ++++----
 compiler/rename/RnBinds.lhs          | 54 +++++++++++++++++-------------
 compiler/typecheck/TcBinds.lhs       | 27 +++++----------
 compiler/typecheck/TcHsSyn.lhs       | 17 +++++-----
 compiler/typecheck/TcPatSyn.lhs      | 64 ++++++++++++++++++++----------------
 compiler/typecheck/TcPatSyn.lhs-boot | 13 ++------
 utils/ghctags/Main.hs                |  2 +-
 8 files changed, 124 insertions(+), 118 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 893a261c8c15783c8f86c74f4e8c57df9c44a155


More information about the ghc-commits mailing list