curried

Transforms a monad with an unary function.

Signature

forall C, a, b:
  ((a) => C b) => (C a) => C b
where C is Chain

Documentation

Transforms a monad with an unary function.

Properties

Source Code

curry(2, (transformation, monad) =>   // eslint-disable-line no-magic-numbers
  chain(monad, transformation)
)
Stability
stable
Licence
MIT
Module
folktale/fantasy-land/chain
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • @boris-marinov
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)