0.2.2 • Published 10 years ago

nads v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Mo' nads for Javascript

Nads is a gateway drug to programming with algebraic datatypes for Javascript. Nads curates a collection of the most readily applicable Fantasy-Land compatible assets.

Types

Functions

  • nads.Try: wraps computations that may fail, ie. throw an Error, and outputs an Either with a success value on the right and a failure on the left.