[commit: ghc] wip/pattern-synonyms: No need to store argument names (just types) in PatSyn (0b81bca)

git at git.haskell.org git at git.haskell.org
Tue May 27 12:03:39 UTC 2014


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

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

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

commit 0b81bcaf368eb4b81f8d12d53ed6e8c322491e60
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Tue May 27 19:13:01 2014 +0800

    No need to store argument names (just types) in PatSyn


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

0b81bcaf368eb4b81f8d12d53ed6e8c322491e60
 compiler/basicTypes/PatSyn.lhs  | 20 ++++++++------------
 compiler/iface/BuildTyCl.lhs    |  7 ++-----
 compiler/iface/IfaceSyn.lhs     |  9 +++------
 compiler/iface/MkIface.lhs      |  4 +---
 compiler/iface/TcIface.lhs      |  6 ++----
 compiler/typecheck/TcPat.lhs    |  2 +-
 compiler/typecheck/TcPatSyn.lhs |  2 +-
 7 files changed, 18 insertions(+), 32 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 0b81bcaf368eb4b81f8d12d53ed6e8c322491e60


More information about the ghc-commits mailing list