[commit: ghc] wip/14691: Revert "Implement evTypeable" (4b3057d)

git at git.haskell.org git at git.haskell.org
Mon Jan 22 17:38:45 UTC 2018


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

On branch  : wip/14691
Link       : http://ghc.haskell.org/trac/ghc/changeset/4b3057df6f52e93a90f5c3d3f39290f21c6b49ed/ghc

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

commit 4b3057df6f52e93a90f5c3d3f39290f21c6b49ed
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Jan 22 12:34:45 2018 -0500

    Revert "Implement evTypeable"
    
    This reverts commit 34d283c76da071268b8f23a644f3d765cc9ec5bc. Lets
    somehow keep this in the desugarer.


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

4b3057df6f52e93a90f5c3d3f39290f21c6b49ed
 compiler/deSugar/DsBinds.hs      | 122 ++++++++++++++++++++++++++++++++++
 compiler/typecheck/TcEnv.hs      |  11 +--
 compiler/typecheck/TcErrors.hs   |  16 +----
 compiler/typecheck/TcEvTerm.hs   | 140 ++++++---------------------------------
 compiler/typecheck/TcInteract.hs |  25 ++++---
 compiler/typecheck/TcSMonad.hs   |   7 +-
 6 files changed, 158 insertions(+), 163 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 4b3057df6f52e93a90f5c3d3f39290f21c6b49ed


More information about the ghc-commits mailing list