-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
content of case study :CRDTs got unexpected result #206
Comments
I faced the same issue as @chenghsienwen mentioned, the BoundedSemiLattice |
I just ran into this also. The issue is that, for the |
This is an issue with this case study (and why I now think it's not a good example of using type classes): it requires two different type class instances on the same type to function correctly (one is the semilattice, which should behave like It's not something that shows up in usual practice using type classes, and going into this subtlety isn't really appropriate for the audience Scala with Cats is aimed at. https://creativescala.github.io/case-study-parser/index.html is an example of new material that's in development, which I think is better. |
this is about the result of case study is unexpected
my test of unexpected result
https://github.com/chenghsienwen/AmmSandbox/blob/master/cats-execise-crdt4.sc
expected result:
https://github.com/chenghsienwen/AmmSandbox/blob/master/cats-execise-crdt3.sc
does any one get correct result on "K.5 Abstracting a Key Value Store"?
Thank you
The text was updated successfully, but these errors were encountered: