[commit: ghc] wip/new-flatten-skolems-Aug14: More progress (e7988ed)

git at git.haskell.org git at git.haskell.org
Tue Oct 21 14:00:01 UTC 2014


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

On branch  : wip/new-flatten-skolems-Aug14
Link       : http://ghc.haskell.org/trac/ghc/changeset/e7988ed7eead16d065d93c7c894e6ca5d0e906cf/ghc

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

commit e7988ed7eead16d065d93c7c894e6ca5d0e906cf
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Oct 21 14:59:32 2014 +0100

    More progress
    
    Including adding ib_tyvars to InstBindings


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

e7988ed7eead16d065d93c7c894e6ca5d0e906cf
 compiler/typecheck/Inst.lhs                         |  9 ++++++---
 compiler/typecheck/TcDeriv.lhs                      | 21 ++++++++++-----------
 compiler/typecheck/TcEnv.lhs                        | 13 +++++++++----
 compiler/typecheck/TcGenGenerics.lhs                |  3 +++
 compiler/typecheck/TcInstDcls.lhs                   | 13 ++++++-------
 compiler/typecheck/TcMType.lhs                      |  5 ++---
 compiler/types/InstEnv.lhs                          |  4 ++--
 testsuite/tests/typecheck/should_compile/T9708.hs   | 10 ++++++++++
 .../tests/typecheck/should_compile/T9708.stderr     | 17 +++++++++++++++++
 .../typecheck/should_compile/TcTypeNatSimple.hs     |  8 --------
 testsuite/tests/typecheck/should_compile/all.T      |  1 +
 11 files changed, 66 insertions(+), 38 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 e7988ed7eead16d065d93c7c894e6ca5d0e906cf


More information about the ghc-commits mailing list