module folktale/fantasy-land/curried

Curried versions of the fantasy-land functions.

Documentation

Curried versions of the fantasy-land functions.

Properties

Convenience

apply()

Applies the function inside an applicative to the value of another applicative.

bimap()

Maps one function over each side of a Bifunctor.

chain()

Transforms a monad with an unary function.

concat()

Joins two semigroups.

empty()

Returns the identity object for a monoid.

equals()

Compares two setoids for equality.

map()

Transforms the contents of a Functor.

of()

Constructs an applicative containing the given value.

Source Code

Defined in source/fantasy-land/curried.js at line 15, column 0
{
  apply: require('./apply').curried,
  bimap: require('./bimap').curried,
  chain: require('./chain').curried,
  concat: require('./concat').curried,
  empty: require('./empty').curried,
  equals: require('./equals').curried,
  map: require('./map').curried,
  of: require('./of').curried
}
Stability
stable
Licence
MIT
Module
folktale/fantasy-land/curried
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)