module folktale/fantasy-land/curried

Curried versions of the fantasy-land functions.

This feature is experimental!

This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.

Documentation

Curried versions of the fantasy-land functions.

Properties

Convenience

apply()

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

Experimental
bimap()

Maps one function over each side of a Bifunctor.

Experimental
chain()

Transforms a monad with an unary function.

Experimental
concat()

Joins two semigroups.

Experimental
empty()

Returns the identity object for a monoid.

Experimental
equals()

Compares two setoids for equality.

Experimental
map()

Transforms the contents of a Functor.

Experimental
of()

Constructs an applicative containing the given value.

Experimental

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
experimental
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/)