[commit: ghc] wip/T8584: Add TcPatSynInfo to store the typechecked representation of a pattern synonym type signature (bd99480)
git at git.haskell.org
git at git.haskell.org
Wed Jul 30 08:14:40 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8584
Link : http://ghc.haskell.org/trac/ghc/changeset/bd994800ad901ca551e3d68d1a4e6fd39c69e80c/ghc
>---------------------------------------------------------------
commit bd994800ad901ca551e3d68d1a4e6fd39c69e80c
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date: Wed Jul 30 10:07:30 2014 +0200
Add TcPatSynInfo to store the typechecked representation
of a pattern synonym type signature
>---------------------------------------------------------------
bd994800ad901ca551e3d68d1a4e6fd39c69e80c
compiler/typecheck/TcBinds.lhs | 43 +++++++++++++---
compiler/typecheck/TcClassDcl.lhs | 4 +-
compiler/typecheck/TcPat.lhs | 11 +++++
compiler/typecheck/TcPatSyn.lhs | 96 ++++++++++++++++++++++++++----------
compiler/typecheck/TcPatSyn.lhs-boot | 7 +++
5 files changed, 127 insertions(+), 34 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 bd994800ad901ca551e3d68d1a4e6fd39c69e80c
More information about the ghc-commits
mailing list