[commit: ghc] wip/new-flatten-skolems-Oct14: Source code work in progress (471c877)

git at git.haskell.org git at git.haskell.org
Thu Oct 30 12:54:56 UTC 2014


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

On branch  : wip/new-flatten-skolems-Oct14
Link       : http://ghc.haskell.org/trac/ghc/changeset/471c877407255c6633d6783a1737624e8e9ae4bf/ghc

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

commit 471c877407255c6633d6783a1737624e8e9ae4bf
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Oct 30 11:40:48 2014 +0000

    Source code work in progress


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

471c877407255c6633d6783a1737624e8e9ae4bf
 compiler/ghc.cabal.in              |    1 +
 compiler/typecheck/Inst.lhs        |   19 +-
 compiler/typecheck/TcCanonical.lhs |  790 ++++++++------------------
 compiler/typecheck/TcFlatten.lhs   | 1044 ++++++++++++++++++++++++++++++++++
 compiler/typecheck/TcInteract.lhs  |  840 ++++++++++++++--------------
 compiler/typecheck/TcMType.lhs     |  139 +----
 compiler/typecheck/TcRnTypes.lhs   |  155 +++---
 compiler/typecheck/TcRules.lhs     |    2 -
 compiler/typecheck/TcSMonad.lhs    | 1082 +++++++++++++++++++-----------------
 compiler/typecheck/TcSimplify.lhs  |  401 ++++++-------
 compiler/typecheck/TcType.lhs      |  107 ++--
 compiler/typecheck/TcUnify.lhs     |    1 -
 12 files changed, 2611 insertions(+), 1970 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 471c877407255c6633d6783a1737624e8e9ae4bf


More information about the ghc-commits mailing list