[commit: ghc] wip/T8584: tcCheckPatSynDecl: typechecker for pattern synonyms with user-supplied type signatures (e54dae3)
git at git.haskell.org
git at git.haskell.org
Sat Nov 8 03:53:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8584
Link : http://ghc.haskell.org/trac/ghc/changeset/e54dae3bf1c0da8431b1ef0dd8817e3966f3f74b/ghc
>---------------------------------------------------------------
commit e54dae3bf1c0da8431b1ef0dd8817e3966f3f74b
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
>---------------------------------------------------------------
e54dae3bf1c0da8431b1ef0dd8817e3966f3f74b
compiler/typecheck/TcBinds.lhs | 45 +++++++--
compiler/typecheck/TcClassDcl.lhs | 4 +-
compiler/typecheck/TcPat.lhs | 23 ++++-
compiler/typecheck/TcPatSyn.lhs | 188 ++++++++++++++++++++++++++---------
compiler/typecheck/TcPatSyn.lhs-boot | 9 +-
5 files changed, 211 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 e54dae3bf1c0da8431b1ef0dd8817e3966f3f74b
More information about the ghc-commits
mailing list