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
Bounded
Enum
Hi -
Does this library provide Bounded and Enum type classes?
I failed to find them:
$pwd /Users/kevinmeredith/Workspace/cats $grep -r 'trait Bounded' . ./kernel/src/main/scala/cats/kernel/BoundedSemilattice.scala:trait BoundedSemilattice[@sp(Int, Long, Float, Double) A] extends Any with Semilattice[A] with CommutativeMonoid[A] $grep -r 'trait Enum' . $
Thanks
The text was updated successfully, but these errors were encountered:
Not for the moment, there also is issue #1536.
Sorry, something went wrong.
I actually no longer have a need for these type classes.
Thanks for pointing me to the existing issue, @peterneyens!
No branches or pull requests
Hi -
Does this library provide Bounded and Enum type classes?
I failed to find them:
Thanks
The text was updated successfully, but these errors were encountered: