[commit: ghc] wip/T8584: Add TcPatSynInfo to store the typechecked representation of a pattern synonym type signature (fefa5bf)
git at git.haskell.org
git at git.haskell.org
Tue Oct 21 13:30:17 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8584
Link : http://ghc.haskell.org/trac/ghc/changeset/fefa5bfb5a18f6c59d89d3beffeed4045856ad20/ghc
>---------------------------------------------------------------
commit fefa5bfb5a18f6c59d89d3beffeed4045856ad20
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
>---------------------------------------------------------------
fefa5bfb5a18f6c59d89d3beffeed4045856ad20
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 fefa5bfb5a18f6c59d89d3beffeed4045856ad20
More information about the ghc-commits
mailing list