[commit: ghc] wip/pattern-synonyms: Refactor PatSynBind so that we can pass around PSBs instead of several arguments (4e1629a)
git at git.haskell.org
git at git.haskell.org
Tue Jul 29 09:28:41 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/pattern-synonyms
Link : http://ghc.haskell.org/trac/ghc/changeset/4e1629adc0725cac208ca2eaa377e322415fa873/ghc
>---------------------------------------------------------------
commit 4e1629adc0725cac208ca2eaa377e322415fa873
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
>---------------------------------------------------------------
4e1629adc0725cac208ca2eaa377e322415fa873
compiler/hsSyn/HsBinds.lhs | 51 ++++++++++++++++----------------
compiler/hsSyn/HsUtils.lhs | 14 +++++----
compiler/rename/RnBinds.lhs | 54 ++++++++++++++++++++--------------
compiler/typecheck/TcBinds.lhs | 33 +++++++++------------
compiler/typecheck/TcHsSyn.lhs | 17 +++++------
compiler/typecheck/TcPatSyn.lhs | 56 +++++++++++++++++++-----------------
compiler/typecheck/TcPatSyn.lhs-boot | 11 ++-----
7 files changed, 122 insertions(+), 114 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 4e1629adc0725cac208ca2eaa377e322415fa873
More information about the ghc-commits
mailing list