[commit: ghc] wip/T8503: Prevent recursive Coercible dictionaries (6f5c183)

git at git.haskell.org git at git.haskell.org
Wed Nov 20 14:08:50 UTC 2013


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

On branch  : wip/T8503
Link       : http://ghc.haskell.org/trac/ghc/changeset/6f5c183cb798a5d5e1011417f1f211834e4e9215/ghc

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

commit 6f5c183cb798a5d5e1011417f1f211834e4e9215
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Nov 20 14:09:08 2013 +0000

    Prevent recursive Coercible dictionaries


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

6f5c183cb798a5d5e1011417f1f211834e4e9215
 compiler/typecheck/Inst.lhs       |    2 +-
 compiler/typecheck/TcErrors.lhs   |    3 ---
 compiler/typecheck/TcExpr.lhs     |    2 +-
 compiler/typecheck/TcInteract.lhs |   27 +++++++++++-----------
 compiler/typecheck/TcMType.lhs    |    3 ++-
 compiler/typecheck/TcRnTypes.lhs  |   46 +++++++++++++++++++++++++++++++++----
 compiler/typecheck/TcSMonad.lhs   |   17 ++++++++++++--
 compiler/typecheck/TcUnify.lhs    |    3 +--
 8 files changed, 75 insertions(+), 28 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 6f5c183cb798a5d5e1011417f1f211834e4e9215


More information about the ghc-commits mailing list