Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Proxy from promoted classes #149

Closed
goldfirere opened this issue Jun 13, 2016 · 0 comments · Fixed by #171
Closed

Remove Proxy from promoted classes #149

goldfirere opened this issue Jun 13, 2016 · 0 comments · Fixed by #171

Comments

@goldfirere
Copy link
Owner

In GHC8, there should be no reason to use Proxy in a promoted class. But efforts at removing this proxy have been stymied. I've not investigated fully, but here is what I know:

  • The problem seems unrelated to TH. When I copied spliced code back into the buffer, the error did not change.
  • There's a chance that the error is due to CUSKiness: there's a definition which looks CUSKy but I want non-CUSK inference.
  • Further probing led to Not in scope while type-checking ghc#69. So I gave up. But I doubt that's the real reason for the error.

In any case, I'm pretty sure this is blocked upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant