0.1.0 • Published 11 years ago

monadjs v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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.

Implementing Monads in JavaScript

The monad laws and state monad in JavaScript