[commit: ghc] wip/T15809: More progress in tcFamTyPats (ae4e5d9)
git at git.haskell.org
git at git.haskell.org
Fri Nov 23 17:35:43 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/ae4e5d9cebe70efda03fa03b963e0237b0aadb49/ghc
>---------------------------------------------------------------
commit ae4e5d9cebe70efda03fa03b963e0237b0aadb49
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 20 16:36:06 2018 +0000
More progress in tcFamTyPats
In particular, revert to taking account of the class
instance types in tcFamTyPats, but by unification rather
than by messing with tcInferApps
>---------------------------------------------------------------
ae4e5d9cebe70efda03fa03b963e0237b0aadb49
compiler/typecheck/Inst.hs | 31 ++++++++++++------
compiler/typecheck/TcHsType.hs | 54 +++++++-------------------------
compiler/typecheck/TcTyClsDecls.hs | 64 +++++++++++++++++++++++++++-----------
compiler/types/Type.hs | 15 ++++++++-
4 files changed, 92 insertions(+), 72 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 ae4e5d9cebe70efda03fa03b963e0237b0aadb49
More information about the ghc-commits
mailing list