-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add support for cats.kernel.Hash
#9
Comments
@oleg-py, you were trying to achieve that, right? |
Yep. I've faced the same problem :) |
Maybe it's a big in Kittens? I mean, they have tests only for |
alleycats.Pure
and allyecats.EmptyK
alleycats.Pure
and allyecats.EmptyK
and cats.kernel.Hash
Because I want to release #13 ASAP I had to add |
alleycats.Pure
and allyecats.EmptyK
and cats.kernel.Hash
cats.kernel.Hash
After some playing with REPL I came to conslusion that It also appears that That only lives |
So far I was unable to make
compile. Since
Pure
requiresEmptyK
, it stops both derivations from happening in@Semi
.I guess importing
cats.derived.auto._
would help but I hope for some better solution.The text was updated successfully, but these errors were encountered: