Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/53fb26e154d604801e15b47308d98b9c7788c0f5 >--------------------------------------------------------------- commit 53fb26e154d604801e15b47308d98b9c7788c0f5 Author: Dimitrios Vytiniotis <[email protected]> Date: Thu Dec 22 11:46:53 2011 +0000 Now the constraint simplifier solves kind constraints as well. compiler/typecheck/TcCanonical.lhs | 230 ++++++++++++------------------------ compiler/typecheck/TcErrors.lhs | 9 +- compiler/typecheck/TcInteract.lhs | 138 +++++++++++++++++++-- compiler/typecheck/TcSMonad.lhs | 94 ++------------- 4 files changed, 218 insertions(+), 253 deletions(-) Diff suppressed because of size. To see it, use: git show 53fb26e154d604801e15b47308d98b9c7788c0f5 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
