paradajs
v0.0.2
Published
Monads implementation targeting compliance with Fantasy Land
Downloads
5
Maintainers
Readme
Parada.js
Monads implementation targeting compliance with Fantasy Land Specification.
Much more liberal approach to types makes this implementation much easier to use in real world JS/TS projects than its more idiomatic predecessor.
Instalation
npm install paradajs
Monads
Identity
CoIdentity
Either
of typeLeft
orRight
(live example)Maybe
of typeJust
orNothing
(live example)IO
(live example)List
(live example)
See src/test
to learn more about each monad.