[commit: ghc] wip/rae-new-coercible: Finish rewriting canonicalizer w.r.t. representational equality. (ebc123f)

git at git.haskell.org git at git.haskell.org
Tue Dec 2 20:43:22 UTC 2014


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

On branch  : wip/rae-new-coercible
Link       : http://ghc.haskell.org/trac/ghc/changeset/ebc123f20ff10272e15f9b2e7f3d1d47ccc6fcf1/ghc

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

commit ebc123f20ff10272e15f9b2e7f3d1d47ccc6fcf1
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Wed Nov 19 13:16:53 2014 -0500

    Finish rewriting canonicalizer w.r.t. representational equality.


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

ebc123f20ff10272e15f9b2e7f3d1d47ccc6fcf1
 compiler/coreSyn/CoreArity.lhs     |   2 +-
 compiler/deSugar/DsCCall.lhs       |   4 +-
 compiler/stranal/WwLib.hs          |   2 +-
 compiler/typecheck/FamInst.lhs     |  19 +---
 compiler/typecheck/TcCanonical.lhs | 224 +++++++++++++++++++++++++++++--------
 compiler/typecheck/TcEvidence.lhs  |  26 ++++-
 compiler/typecheck/TcInteract.lhs  |  18 ---
 compiler/typecheck/TcRnTypes.lhs   |   7 ++
 compiler/typecheck/TcSMonad.lhs    |  18 +--
 compiler/typecheck/TcType.lhs      |  15 ++-
 compiler/types/Coercion.hs         |  63 ++++++++---
 compiler/utils/Util.lhs            |  12 +-
 rae.txt                            |   3 -
 13 files changed, 300 insertions(+), 113 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 ebc123f20ff10272e15f9b2e7f3d1d47ccc6fcf1


More information about the ghc-commits mailing list