An open API service indexing awesome lists of open source software.

https://github.com/kasseltrankos/fp-units


https://github.com/kasseltrankos/fp-units

fantasy fantasy-land fp functional monad stream task

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Monad in CPS

Made the first monad, (monad is a mononid in the category of the endofunctors).

Mantain the context, into map, ap, and chain using a CPS next, can be maden by more.

Next step append stream.

- LinkedList(using cata): Semigroup, Monoid, Chain, Apply, Applicative, Foldable
* exercises/link-list
- Stream
- Task: given test for apply and chain:
* exercises/ask-name
- Maybe
- Either
- Identity
- ...