[commit: ghc] master: Remove NonParametricKinds (#9200) (578377c)
git at git.haskell.org
git at git.haskell.org
Tue Aug 12 15:46:36 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/578377cec76d702da3714d4d6fe402b76de5aa7f/ghc
>---------------------------------------------------------------
commit 578377cec76d702da3714d4d6fe402b76de5aa7f
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Aug 7 08:37:05 2014 -0400
Remove NonParametricKinds (#9200)
This commit also removes 'KindCheckingStrategy' and related gubbins,
instead including the notion of a CUSK into HsDecls.
>---------------------------------------------------------------
578377cec76d702da3714d4d6fe402b76de5aa7f
compiler/hsSyn/HsDecls.lhs | 48 ++++++++
compiler/hsSyn/HsTypes.lhs | 6 +-
compiler/typecheck/TcHsType.lhs | 229 +++---------------------------------
compiler/typecheck/TcTyClsDecls.lhs | 20 ++--
4 files changed, 77 insertions(+), 226 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 578377cec76d702da3714d4d6fe402b76de5aa7f
More information about the ghc-commits
mailing list