monadjs
v0.1.0
Published
Monad Library for JavaScript.
Downloads
3
Readme
monadjs
Monad Library for JavaScript
Usage
Nodejs
var monads = require("monadjs");
Browser
Just include "monad.js" script file. The global variable monads
is made available to you.
Supports identity, maybe, array, state, continuation monads.
See examples folder.
Read these blog posts for more info on this library.