[commit: ghc] wip/T8584: Add TcPatSynInfo to store the typechecked representation of a pattern synonym type signature (a4fa9fe)
git at git.haskell.org
git at git.haskell.org
Sun Aug 31 11:05:49 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8584
Link : http://ghc.haskell.org/trac/ghc/changeset/a4fa9fe3a41e23f929aadeae215b1a7019fb718a/ghc
>---------------------------------------------------------------
commit a4fa9fe3a41e23f929aadeae215b1a7019fb718a
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
>---------------------------------------------------------------
a4fa9fe3a41e23f929aadeae215b1a7019fb718a
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 a4fa9fe3a41e23f929aadeae215b1a7019fb718a
More information about the ghc-commits
mailing list