[commit: ghc] wip/rae: Remove NonParametricKinds (#9200) (22e0f56)
git at git.haskell.org
git at git.haskell.org
Fri Aug 8 18:58:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/22e0f5681344324333da5684b63bc69d9b5543f5/ghc
>---------------------------------------------------------------
commit 22e0f5681344324333da5684b63bc69d9b5543f5
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.
>---------------------------------------------------------------
22e0f5681344324333da5684b63bc69d9b5543f5
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 22e0f5681344324333da5684b63bc69d9b5543f5
More information about the ghc-commits
mailing list