[commit: ghc] wip/T15809: More wibbles to data families (f5fa9cd)

git at git.haskell.org git at git.haskell.org
Mon Nov 26 09:41:13 UTC 2018


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

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/f5fa9cd3c944aad0d09555c3d0f1472c2036ddf5/ghc

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

commit f5fa9cd3c944aad0d09555c3d0f1472c2036ddf5
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


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

f5fa9cd3c944aad0d09555c3d0f1472c2036ddf5
 compiler/basicTypes/DataCon.hs     |   3 +-
 compiler/typecheck/TcHsType.hs     | 119 +++++++++---------
 compiler/typecheck/TcInstDcls.hs   | 247 ++++++++++++++++++++++++++-----------
 compiler/typecheck/TcMType.hs      |   4 +-
 compiler/typecheck/TcTyClsDecls.hs |  65 +++++++---
 compiler/types/TyCon.hs            |  15 ++-
 compiler/types/Type.hs             |   8 +-
 7 files changed, 298 insertions(+), 163 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 f5fa9cd3c944aad0d09555c3d0f1472c2036ddf5


More information about the ghc-commits mailing list