[commit: ghc] wip/tc-plugins: Change type of type-checker plugins to give access to type-checking monads. (a3f13e4)
git at git.haskell.org
git at git.haskell.org
Thu Oct 9 23:02:17 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tc-plugins
Link : http://ghc.haskell.org/trac/ghc/changeset/a3f13e49feccaae4070f18c57de33275d2841f7a/ghc
>---------------------------------------------------------------
commit a3f13e49feccaae4070f18c57de33275d2841f7a
Author: Iavor S. Diatchki <diatchki at galois.com>
Date: Thu Oct 9 16:02:07 2014 -0700
Change type of type-checker plugins to give access to type-checking monads.
>---------------------------------------------------------------
a3f13e49feccaae4070f18c57de33275d2841f7a
compiler/ghc.mk | 1 +
compiler/typecheck/TcInteract.lhs | 6 +++---
compiler/typecheck/TcRnDriver.lhs | 12 +++---------
compiler/typecheck/TcRnMonad.lhs | 28 +++++++++++++++++++++++-----
compiler/typecheck/TcRnTypes.lhs | 23 +++++++++++++++--------
compiler/typecheck/TcSTypes.hs-boot | 7 +++++++
6 files changed, 52 insertions(+), 25 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 a3f13e49feccaae4070f18c57de33275d2841f7a
More information about the ghc-commits
mailing list