We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin supports only a handful of coercions in categorizeFun. One in particular that crops up is AxiomInstCo.
categorizeFun
AxiomInstCo
So far, AxiomInstCo has always been the result of a type class that has a single method and no super-classes. There is a workaround for this case.
class EmptyClass a => SimpleClass a where ...
(Extricated from https://kitty-hawk.atlassian.net/browse/SW-3013)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The plugin supports only a handful of coercions in
categorizeFun
. One in particular that crops up isAxiomInstCo
.So far,
AxiomInstCo
has always been the result of a type class that has a single method and no super-classes. There is a workaround for this case.class EmptyClass a => SimpleClass a where ...
(Extricated from https://kitty-hawk.atlassian.net/browse/SW-3013)
The text was updated successfully, but these errors were encountered: