You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for State was added in #384. However, it still has a TODO at the end for documenting how StateT relates to State and how/why trampolining is used for State. This TODO should be replaced with documentation.
The text was updated successfully, but these errors were encountered:
Maybe we should explain the concept of Monad Transformers at some sort of central location? Some of the motivation and explanation already exists in the OptionT documentation. We could take some of that and make some sort of Monad Transformer section, or we duplicate some of the documentation, which I'd personally also be okay with.
Another thought I have, is that cats-mtl is going to be a different package soon AFAIK, so there might also be some duplication there.
cats-mtl will provide documentation about monad transformers in general, yes.
Edit: Because it will not provide the transformers themselves, and not the type classes, it may be a bit unusual to document them in cats-mtl. What do others think?
Documentation for
State
was added in #384. However, it still has a TODO at the end for documenting howStateT
relates toState
and how/why trampolining is used forState
. This TODO should be replaced with documentation.The text was updated successfully, but these errors were encountered: