Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

akh.unique

mattbierner1.8kMIT0.0.0

Akh unique monad

monad transformer, monad, akh, unique

readme

Unique monad transformer for Akh Javascript Monad library

Api

The unique transformer UniqueT and the base list type Unique allow getting a unique number from state.

Importing:

// Unique monad
require('akh.unique').Unique
require('akh').Unique
require('akh').type.unique

// Unique monad tranformer
require('akh.unique').UniqueT
require('akh').UniqueT
require('akh').trans.unique

changelog

ChangeLog

0.0.0 - September 1, 2016

  • Initial release.