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
There are a number of types that we are either missing Contravariant instances or are not being tested by the ContravariantTests introduced in #578.
Contravariant
ContravariantTests
I think the following fit into this category: Kleisli, Const, Show, Equal, Order, StateT. There could very possibly be more.
Kleisli
Const
Show
Equal
Order
StateT
We should add these instances and tests.
https://github.com/non/cats/pull/578/files#diff-5a256f6c87581d09dae79f590a0a91e4R23 should serve as a good example of testing a type's Contravariant instance.
The text was updated successfully, but these errors were encountered:
Partially addressed by #626
Sorry, something went wrong.
I think #1211 added the last missing Contravariant instance, so I am closing this issue. We can still reopen this if someone finds a missing instance.
Successfully merging a pull request may close this issue.
There are a number of types that we are either missing
Contravariant
instances or are not being tested by theContravariantTests
introduced in #578.I think the following fit into this category:
Kleisli
,Const
,Show
,Equal
,Order
,StateT
. There could very possibly be more.We should add these instances and tests.
https://github.com/non/cats/pull/578/files#diff-5a256f6c87581d09dae79f590a0a91e4R23 should serve as a good example of testing a type's
Contravariant
instance.The text was updated successfully, but these errors were encountered: