[commit: ghc] wip/T15809: More wibbles to data families (129bf71)
git at git.haskell.org
git at git.haskell.org
Mon Nov 26 17:50:21 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/129bf71b1cc85965a449260ca1dc13e2951eaded/ghc
>---------------------------------------------------------------
commit 129bf71b1cc85965a449260ca1dc13e2951eaded
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Nov 26 09:39:31 2018 +0000
More wibbles to data families
Including fixing Trac #15817
>---------------------------------------------------------------
129bf71b1cc85965a449260ca1dc13e2951eaded
compiler/basicTypes/DataCon.hs | 3 +-
compiler/typecheck/TcHsType.hs | 119 +++++++++---------
compiler/typecheck/TcInstDcls.hs | 247 ++++++++++++++++++++++++++-----------
compiler/typecheck/TcMType.hs | 4 +-
compiler/typecheck/TcTyClsDecls.hs | 66 ++++++----
compiler/types/TyCon.hs | 15 ++-
compiler/types/Type.hs | 8 +-
7 files changed, 298 insertions(+), 164 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 129bf71b1cc85965a449260ca1dc13e2951eaded
More information about the ghc-commits
mailing list