-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve local reification and desugaring with respect to standalone k…
…ind signatures Previously, `th-desugar` would not take standalone kind signatures into account when locally reifying a class method (#220). Similarly, it would not take them into account when locally reifying or desugaring a data constructor (#199). This patch accomplishes this, mainly by using the `matchUpSAKWithDecl` function (during local reification) and the `dMatchUpSAKWithDecl` function (during desugaring) to match up kind information from the standalone kind signature to the parent declaration's type variable binders. Fixes #199. Fixes #220.
- Loading branch information
1 parent
75a0731
commit c7b4604
Showing
4 changed files
with
314 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.