-
Notifications
You must be signed in to change notification settings - Fork 451
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
Roadmap #69
Comments
Are we going to do Fix and the XXXmorphisms from recursion schemes? SOURCE: https://medium.com/@jaredtobin/practical-recursion-schemes-c10648ec1c29 MonadFix: |
I would also add Task, even if it's just a composition of the others, or a separate project altogether (?). |
@pakoito yes we can do that but it's not strictly necessary for the first version, I guess we should add it and label everything with the version we expect it to come out |
Let's add Task I also want to add Lenses but those don't need to be in a first version either. |
More "would be nice to have" things: All the comonad stack: Update (co)monad: Two examples of wrapping native platforms for a potential extension lib: For a value of nice anyway :D |
y hay variaciones para Eval de los mismos Done in #212 |
Complete Functor https://github.com/typelevel/cats/blob/master/core/src/main/scala/cats/Functor.scala Taken by #173 |
Composed instances |
Add MonadTrans. Resources: |
More suggestions: https://wiki.haskell.org/Monad#Interesting_monads |
Traverse laws -> moved to #136 EDIT: DONE |
Category and MonoidK typeclasses |
MonadReader laws |
Easy binding tests for monad and comonad Done in #214 |
Improve free with resume, fold... It'll require to change free to use Functors, and CoYoneda conversion http://blog.higher-order.com/blog/2013/11/01/free-and-yoneda/ |
Adjunction: https://www.youtube.com/watch?v=BLk4DlNZkL8 Should be easy to implement. |
AsyncContext from FreeStyle: Done in #192 |
* add decoders for arrow types and support for either and map * minor improvement * format * add companion objects * generate encoders and decoders for complex types * add pair and triple instance and separate arrow instances * increase number support * fix map instance * delete reduce and white lines * fix arr indices * restore indices
* Remove Try from fx in documentation/comment blocks Co-authored-by: Alberto Ballano <aballano@users.noreply.github.com>
Thanks to everyone that helped here! closing this old issue now 🙏 |
Roadmap
data
typeclasses
instances
syntaxis
utils
tests
docs
The text was updated successfully, but these errors were encountered: