paradajs
v0.0.2
Published
Monads implementation targeting compliance with Fantasy Land
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 paradajsMonads
IdentityCoIdentityEitherof typeLeftorRight(live example)Maybeof typeJustorNothing(live example)IO(live example)List(live example)
See src/test to learn more about each monad.
