[commit: ghc] ghc-8.0: Zonk before calling splitDepVarsOfType. (f840006)
git at git.haskell.org
git at git.haskell.org
Wed Mar 23 16:38:40 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/f840006b3e05c426951605f96ac5791afff10540/ghc
>---------------------------------------------------------------
commit f840006b3e05c426951605f96ac5791afff10540
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Mon Mar 21 11:08:10 2016 -0400
Zonk before calling splitDepVarsOfType.
It was Utterly Wrong before.
Note to self: Never, ever take the free vars of an unzonked type.
(cherry picked from commit 5c0c751ab2deb4b03b8a2055d4f60d2574cae32f)
>---------------------------------------------------------------
f840006b3e05c426951605f96ac5791afff10540
compiler/typecheck/TcHsType.hs | 3 ++-
compiler/typecheck/TcMType.hs | 38 ++++++++++++++++++++------
compiler/typecheck/TcPatSyn.hs | 13 ++++++---
compiler/typecheck/TcRules.hs | 6 ++---
compiler/typecheck/TcSimplify.hs | 6 +++--
compiler/typecheck/TcTyClsDecls.hs | 45 +++++++++++++++++--------------
compiler/types/Type.hs | 26 ++++++++++++------
testsuite/tests/ghci/scripts/T7873.stdout | 3 +--
8 files changed, 92 insertions(+), 48 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 f840006b3e05c426951605f96ac5791afff10540
More information about the ghc-commits
mailing list