[commit: ghc] wip/T8584: tcCheckPatSynDecl: typechecker for pattern synonyms with user-supplied type signatures (2f2639d)
git at git.haskell.org
git at git.haskell.org
Wed Nov 12 12:05:52 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8584
Link : http://ghc.haskell.org/trac/ghc/changeset/2f2639de9be9edb073439b3233de620b0572ee50/ghc
>---------------------------------------------------------------
commit 2f2639de9be9edb073439b3233de620b0572ee50
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
>---------------------------------------------------------------
2f2639de9be9edb073439b3233de620b0572ee50
compiler/typecheck/TcBinds.lhs | 52 +++++++--
compiler/typecheck/TcClassDcl.lhs | 4 +-
compiler/typecheck/TcPat.lhs | 23 +++-
compiler/typecheck/TcPatSyn.lhs | 199 ++++++++++++++++++++++++++---------
compiler/typecheck/TcPatSyn.lhs-boot | 9 +-
5 files changed, 223 insertions(+), 64 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 2f2639de9be9edb073439b3233de620b0572ee50
More information about the ghc-commits
mailing list