[commit: ghc] wip/14691: Implement evTypeable (34d283c)
git at git.haskell.org
git at git.haskell.org
Sun Jan 21 14:14:44 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/14691
Link : http://ghc.haskell.org/trac/ghc/changeset/34d283c76da071268b8f23a644f3d765cc9ec5bc/ghc
>---------------------------------------------------------------
commit 34d283c76da071268b8f23a644f3d765cc9ec5bc
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sun Jan 21 09:14:04 2018 -0500
Implement evTypeable
which requires mild refactoring in TcInteract, as lir_mk_ev is now
monadic
>---------------------------------------------------------------
34d283c76da071268b8f23a644f3d765cc9ec5bc
compiler/deSugar/DsBinds.hs | 122 ---------------------------------------
compiler/typecheck/TcEvTerm.hs | 121 +++++++++++++++++++++++++++++++++++++-
compiler/typecheck/TcInteract.hs | 25 ++++----
3 files changed, 131 insertions(+), 137 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 34d283c76da071268b8f23a644f3d765cc9ec5bc
More information about the ghc-commits
mailing list