Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-constraint-solver

http://hackage.haskell.org/trac/ghc/changeset/712d600481c1a8836e99ca497b58718098a95067

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

commit 712d600481c1a8836e99ca497b58718098a95067
Author: Dimitrios Vytiniotis <[email protected]>
Date:   Mon Sep 26 17:56:03 2011 +0100

    Midstream constraint simplifier rewriting.

 compiler/deSugar/DsBinds.lhs       |    4 +-
 compiler/typecheck/Inst.lhs        |   58 +-
 compiler/typecheck/TcCanonical.lhs |  847 +++++++++++---------
 compiler/typecheck/TcErrors.lhs    |   30 +-
 compiler/typecheck/TcInteract.lhs  | 1556 ++++++++++++------------------------
 compiler/typecheck/TcMType.lhs     |   22 +-
 compiler/typecheck/TcRnTypes.lhs   |  192 ++++-
 compiler/typecheck/TcSMonad.lhs    |  747 +++++++++++------
 compiler/typecheck/TcSimplify.lhs  |  148 ++--
 9 files changed, 1825 insertions(+), 1779 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 712d600481c1a8836e99ca497b58718098a95067

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to