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