[commit: ghc] wip/new-flatten-skolems-Aug14: More progress (48e51ab)
git at git.haskell.org
git at git.haskell.org
Tue Oct 14 12:40:52 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/new-flatten-skolems-Aug14
Link : http://ghc.haskell.org/trac/ghc/changeset/48e51abc6ad2aa5311f6e370278a6623a4cafb2c/ghc
>---------------------------------------------------------------
commit 48e51abc6ad2aa5311f6e370278a6623a4cafb2c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Oct 14 13:40:44 2014 +0100
More progress
>---------------------------------------------------------------
48e51abc6ad2aa5311f6e370278a6623a4cafb2c
compiler/typecheck/Flattening-notes | 124 ++++++++++++++++++
compiler/typecheck/TcCanonical.lhs | 25 ++--
compiler/typecheck/TcInteract.lhs | 2 +-
compiler/typecheck/TcRnTypes.lhs | 2 +-
compiler/typecheck/TcSMonad.lhs | 142 ++++++++++++---------
compiler/typecheck/TcType.lhs | 6 +-
.../indexed-types/should_compile/T3017.stderr | 2 +-
.../indexed-types/should_compile/T3208b.stderr | 7 +-
.../tests/indexed-types/should_compile/T4494.hs | 20 +++
testsuite/tests/indexed-types/should_fail/T8227.hs | 23 ++--
testsuite/tests/typecheck/should_fail/T5684.stderr | 24 ++--
testsuite/tests/typecheck/should_fail/T8142.stderr | 19 ++-
12 files changed, 284 insertions(+), 112 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 48e51abc6ad2aa5311f6e370278a6623a4cafb2c
More information about the ghc-commits
mailing list