[commit: ghc] wip/T15809: More progress in tcFamTyPats (8f77e9e)
git at git.haskell.org
git at git.haskell.org
Tue Nov 20 16:39:16 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/8f77e9e48ed41fe94261c9e092920a80b3e2ece1/ghc
>---------------------------------------------------------------
commit 8f77e9e48ed41fe94261c9e092920a80b3e2ece1
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
>---------------------------------------------------------------
8f77e9e48ed41fe94261c9e092920a80b3e2ece1
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 8f77e9e48ed41fe94261c9e092920a80b3e2ece1
More information about the ghc-commits
mailing list