Method versions of the fantasy-land functions, supporting the
structure::fn(...)
syntax.
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
Method versions of the fantasy-land functions, supporting the
structure::fn(...)
syntax.
Applies the function inside an applicative to the value of another applicative.
Maps one function over each side of a Bifunctor.
Transforms a monad with an unary function.
Joins two semigroups.
Returns the identity object for a monoid.
Compares two setoids for equality.
Transforms the contents of a Functor.
Constructs an applicative containing the given value.
{
apply: require('./apply').infix,
bimap: require('./bimap').infix,
chain: require('./chain').infix,
concat: require('./concat').infix,
empty: require('./empty').infix,
equals: require('./equals').infix,
map: require('./map').infix,
of: require('./of').infix
}