[commit: ghc] wip/T8584: Add TcPatSynInfo to store the typechecked representation of a pattern synonym type signature (44c0215)

git at git.haskell.org git at git.haskell.org
Sun Nov 2 06:42:29 UTC 2014


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

On branch  : wip/T8584
Link       : http://ghc.haskell.org/trac/ghc/changeset/44c02158b9b7d4dca3838de100a1dd465bc64951/ghc

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

commit 44c02158b9b7d4dca3838de100a1dd465bc64951
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


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

44c02158b9b7d4dca3838de100a1dd465bc64951
 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 44c02158b9b7d4dca3838de100a1dd465bc64951


More information about the ghc-commits mailing list