0.0.2 • Published 9 years ago
paradajs v0.0.2
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.