[commit: ghc] wip/T8584: tcCheckPatSynDecl: typechecker for pattern synonyms with user-supplied type signatures (c27e81a)

git at git.haskell.org git at git.haskell.org
Fri Nov 14 09:36:51 UTC 2014


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

On branch  : wip/T8584
Link       : http://ghc.haskell.org/trac/ghc/changeset/c27e81a416d6d7d328eb71b06c0b4816c98b2f27/ghc

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

commit c27e81a416d6d7d328eb71b06c0b4816c98b2f27
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Fri Nov 7 19:29:06 2014 +0800

    tcCheckPatSynDecl: typechecker for pattern synonyms with user-supplied
    type signatures


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

c27e81a416d6d7d328eb71b06c0b4816c98b2f27
 compiler/hsSyn/HsBinds.lhs           |  51 ++++-----
 compiler/hsSyn/HsTypes.lhs           |  16 +--
 compiler/iface/IfaceSyn.lhs          |  21 ++--
 compiler/iface/IfaceType.lhs         |  15 ++-
 compiler/rename/RnBinds.lhs          |  34 +++---
 compiler/typecheck/TcBinds.lhs       |  50 +++++++--
 compiler/typecheck/TcClassDcl.lhs    |   4 +-
 compiler/typecheck/TcPat.lhs         |  23 ++++-
 compiler/typecheck/TcPatSyn.lhs      | 195 ++++++++++++++++++++++++++---------
 compiler/typecheck/TcPatSyn.lhs-boot |   9 +-
 10 files changed, 281 insertions(+), 137 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 c27e81a416d6d7d328eb71b06c0b4816c98b2f27


More information about the ghc-commits mailing list