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

git at git.haskell.org git at git.haskell.org
Fri Nov 7 15:02:44 UTC 2014


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

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

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

commit 808c6001b29e609993cbc03743e90018307faac2
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


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

808c6001b29e609993cbc03743e90018307faac2
 compiler/typecheck/TcBinds.lhs       |  45 +++++++--
 compiler/typecheck/TcClassDcl.lhs    |   4 +-
 compiler/typecheck/TcPat.lhs         |  23 ++++-
 compiler/typecheck/TcPatSyn.lhs      | 185 ++++++++++++++++++++++++++---------
 compiler/typecheck/TcPatSyn.lhs-boot |   9 +-
 5 files changed, 208 insertions(+), 58 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 808c6001b29e609993cbc03743e90018307faac2


More information about the ghc-commits mailing list