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

git at git.haskell.org git at git.haskell.org
Sat Nov 8 08:53:52 UTC 2014


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

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

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

commit 18e8882c2b57ce208dc4206a155a6683bf04cb92
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Sun Jul 27 14:10:34 2014 +0200

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


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

18e8882c2b57ce208dc4206a155a6683bf04cb92
 compiler/typecheck/TcBinds.lhs       |  45 ++++++--
 compiler/typecheck/TcClassDcl.lhs    |   4 +-
 compiler/typecheck/TcPat.lhs         |  23 +++-
 compiler/typecheck/TcPatSyn.lhs      | 199 ++++++++++++++++++++++++++---------
 compiler/typecheck/TcPatSyn.lhs-boot |   9 +-
 5 files changed, 217 insertions(+), 63 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 18e8882c2b57ce208dc4206a155a6683bf04cb92


More information about the ghc-commits mailing list