[commit: ghc] wip/new-flatten-skolems-Aug14: More progress (5aee24f)
git at git.haskell.org
git at git.haskell.org
Thu Oct 16 22:44:41 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/new-flatten-skolems-Aug14
Link : http://ghc.haskell.org/trac/ghc/changeset/5aee24f0bd0fa2997812dc7e0331bef4c4aff75f/ghc
>---------------------------------------------------------------
commit 5aee24f0bd0fa2997812dc7e0331bef4c4aff75f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Oct 16 23:44:36 2014 +0100
More progress
>---------------------------------------------------------------
5aee24f0bd0fa2997812dc7e0331bef4c4aff75f
compiler/typecheck/FunDeps.lhs | 43 +-------
compiler/typecheck/TcBinds.lhs | 1 -
compiler/typecheck/TcCanonical.lhs | 9 +-
compiler/typecheck/TcErrors.lhs | 23 +++--
compiler/typecheck/TcInteract.lhs | 93 ++++++------------
compiler/typecheck/TcSMonad.lhs | 33 +++++--
compiler/typecheck/TcSimplify.lhs | 109 ++++++++++++---------
compiler/typecheck/TcTyClsDecls.lhs | 2 +-
compiler/typecheck/TcType.lhs | 2 +-
libraries/time | 2 +-
rts/Linker.c | 4 +-
testsuite/tests/gadt/gadt21.stderr | 7 +-
.../tests/ghci.debugger/scripts/break026.stdout | 40 ++++----
.../tests/indexed-types/should_fail/T2693.stderr | 12 +--
.../tests/indexed-types/should_fail/T5439.stderr | 18 ++--
testsuite/tests/typecheck/should_fail/T5236.stderr | 4 +-
.../tests/typecheck/should_fail/tcfail143.stderr | 4 +-
.../tests/typecheck/should_fail/tcfail186.stderr | 4 +-
18 files changed, 187 insertions(+), 223 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 5aee24f0bd0fa2997812dc7e0331bef4c4aff75f
More information about the ghc-commits
mailing list