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
- Host: GitHub
- URL: https://github.com/kasseltrankos/fp-units
- Owner: kasselTrankos
- Created: 2020-01-30T17:08:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T20:32:56.000Z (over 5 years ago)
- Last Synced: 2025-01-24T23:35:50.162Z (over 1 year ago)
- Topics: fantasy, fantasy-land, fp, functional, monad, stream, task
- Language: JavaScript
- Size: 616 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- ...