[commit: ghc] master: Fix the pure unifier (cec7d58)

git at git.haskell.org git at git.haskell.org
Tue May 16 14:47:15 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/cec7d580c2c033c3aaeba093752328d8f3635cd0/ghc

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

commit cec7d580c2c033c3aaeba093752328d8f3635cd0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue May 16 15:43:55 2017 +0100

    Fix the pure unifier
    
    This patch fixes Trac #13705, by fixing a long-standing outright bug
    in the pure unifier.  I'm surprised this hasn't caused more trouble
    before now!


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

cec7d580c2c033c3aaeba093752328d8f3635cd0
 compiler/types/Unify.hs                            | 380 ++++++++++-----------
 .../tests/indexed-types/should_compile/T13705.hs   |  15 +
 testsuite/tests/indexed-types/should_compile/all.T |   1 +
 3 files changed, 200 insertions(+), 196 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 cec7d580c2c033c3aaeba093752328d8f3635cd0


More information about the ghc-commits mailing list