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

git at git.haskell.org git at git.haskell.org
Tue Jul 29 09:18:20 UTC 2014


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

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

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

commit 6fc547d6fb0283ffa50fc90fa972d87755853c09
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Tue Jul 29 11:16:45 2014 +0200

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


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

6fc547d6fb0283ffa50fc90fa972d87755853c09
 compiler/hsSyn/HsBinds.lhs           | 51 ++++++++++++++++----------------
 compiler/hsSyn/HsUtils.lhs           | 14 +++++----
 compiler/rename/RnBinds.lhs          | 31 ++++++++++++--------
 compiler/typecheck/TcBinds.lhs       | 33 +++++++++------------
 compiler/typecheck/TcHsSyn.lhs       | 17 +++++------
 compiler/typecheck/TcPatSyn.lhs      | 56 +++++++++++++++++++-----------------
 compiler/typecheck/TcPatSyn.lhs-boot | 11 ++-----
 7 files changed, 109 insertions(+), 104 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 6fc547d6fb0283ffa50fc90fa972d87755853c09


More information about the ghc-commits mailing list