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
Having played around with ScanamoOps I learnt that we cannot compare if two cats Free Monads are equal.
ScanamoOps
It seems it boils down to FlatMapped "case class" having a Function in it https://github.com/typelevel/cats/blob/main/free/src/main/scala/cats/free/Free.scala
FlatMapped
That's fine, but the documentation says:
represent stateful computations as data, and run them
https://typelevel.org/cats/datatypes/freemonad.html
Please fix the documentation to say:
represent stateful computations as opaque function references, and run them
cc @stacycurl @davegurnell
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having played around with
ScanamoOps
I learnt that we cannot compare if two cats Free Monads are equal.It seems it boils down to
FlatMapped
"case class" having a Function in it https://github.com/typelevel/cats/blob/main/free/src/main/scala/cats/free/Free.scalaThat's fine, but the documentation says:
https://typelevel.org/cats/datatypes/freemonad.html
Please fix the documentation to say:
cc @stacycurl @davegurnell
The text was updated successfully, but these errors were encountered: