crocks
Version:
A collection of well known Algebraic Datatypes for your utter enjoyment.
22 lines (20 loc) • 635 B
JavaScript
/** @license ISC License (c) copyright 2018 original and current authors */
/** @author Ian Hofmann-Hicks (evil) */
module.exports = {
alt: 'fantasy-land/alt',
bimap: 'fantasy-land/bimap',
chain: 'fantasy-land/chain',
compose: 'fantasy-land/compose',
concat: 'fantasy-land/concat',
contramap: 'fantasy-land/contramap',
empty: 'fantasy-land/empty',
equals: 'fantasy-land/equals',
extend: 'fantasy-land/extend',
filter: 'fantasy-land/filter',
id: 'fantasy-land/id',
map: 'fantasy-land/map',
of: 'fantasy-land/of',
promap: 'fantasy-land/promap',
reduce: 'fantasy-land/reduce',
zero: 'fantasy-land/zero'
}