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
Both Order and PartialOrder need a Contravariant instance.
Order
PartialOrder
Contravariant
Will submit a PR for it shortly.
EDIT: #1659 has proper explanation of the issue.
The text was updated successfully, but these errors were encountered:
@yilinwei I think that those exist here: https://github.com/typelevel/cats/blob/master/core/src/main/scala/cats/functor/Contravariant.scala#L42-L58
Sorry, something went wrong.
Fixed in #1659.
No branches or pull requests
BothOrder
andPartialOrder
need aContravariant
instance.Will submit a PR for it shortly.
EDIT: #1659 has proper explanation of the issue.
The text was updated successfully, but these errors were encountered: