diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-07-10 16:02:03 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-07-10 16:02:03 +0100 |
commit | 3fe3ef509627cb8c9aa7751beb44d1b4408f8b22 (patch) | |
tree | d0cc7a56e21423112cfa77b9bd06f4c5ee765d32 /compiler/codeGen | |
parent | cdcd07492f16faaeb51dff75d4f4199dd91797cb (diff) | |
download | haskell-3fe3ef509627cb8c9aa7751beb44d1b4408f8b22.tar.gz |
More changes to kind inference for type and class declarations
These should fix #7024 and #7022, among others.
The main difficulty was that we were getting occ-name clashes
between kind and type variables in TyCons, when spat into an
interface file. The new scheme is to tidy TyCons during the
conversoin into IfaceSyn, rather than trying to generate them
pre-tidied, which was the already-unsatisfactory previous plan.
There is the usual wave of refactorig as well.
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions