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

Bounded and Enum Type Classes? #1574

Closed
kevinmeredith opened this issue Mar 26, 2017 · 2 comments
Closed

Bounded and Enum Type Classes? #1574

kevinmeredith opened this issue Mar 26, 2017 · 2 comments

Comments

@kevinmeredith
Copy link

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

@peterneyens
Copy link
Collaborator

Not for the moment, there also is issue #1536.

@kevinmeredith
Copy link
Author

I actually no longer have a need for these type classes.

Thanks for pointing me to the existing issue, @peterneyens!

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

No branches or pull requests

2 participants