[commit: ghc] wip/new-flatten-skolems-Aug14: More progress (22a8a36)
git at git.haskell.org
git at git.haskell.org
Thu Oct 9 16:05:33 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/new-flatten-skolems-Aug14
Link : http://ghc.haskell.org/trac/ghc/changeset/22a8a36a74d4856268097a5cbc2f1e5822da7a21/ghc
>---------------------------------------------------------------
commit 22a8a36a74d4856268097a5cbc2f1e5822da7a21
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Oct 9 17:05:27 2014 +0100
More progress
>---------------------------------------------------------------
22a8a36a74d4856268097a5cbc2f1e5822da7a21
compiler/typecheck/TcCanonical.lhs | 20 ++++++-
compiler/typecheck/TcInteract.lhs | 15 +++--
compiler/typecheck/TcSMonad.lhs | 64 +++++++++-------------
testsuite/tests/gadt/gadt7.stderr | 6 +-
.../indexed-types/should_compile/T3017.stderr | 2 +-
.../indexed-types/should_compile/T3208b.stderr | 6 +-
.../indexed-types/should_fail/NoMatchErr.stderr | 2 +-
.../indexed-types/should_fail/SimpleFail16.stderr | 3 +-
.../tests/indexed-types/should_fail/T1897b.stderr | 2 +-
.../tests/indexed-types/should_fail/T2544.stderr | 4 +-
testsuite/tests/indexed-types/should_fail/T2664.hs | 17 ++++++
.../tests/indexed-types/should_fail/T2664.stderr | 18 +++---
.../tests/indexed-types/should_fail/T7010.stderr | 2 +-
.../tests/indexed-types/should_fail/T9036.stderr | 2 +-
testsuite/tests/perf/compiler/T5837.hs | 14 +++++
testsuite/tests/polykinds/T7438.stderr | 6 +-
.../typecheck/should_compile/TcTypeNatSimple.hs | 5 +-
.../typecheck/should_fail/FrozenErrorTests.stderr | 12 ++--
testsuite/tests/typecheck/should_fail/T5853.stderr | 26 +++++----
testsuite/tests/typecheck/should_fail/T7453.stderr | 11 ++--
20 files changed, 137 insertions(+), 100 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 22a8a36a74d4856268097a5cbc2f1e5822da7a21
More information about the ghc-commits
mailing list