curried

Transforms the contents of a Functor.

Signature

forall F, a, b:
  ((a) => b) => (F a) => F b
where F is Functor

Documentation

Transforms the contents of a Functor.

Properties

Source Code

curry(2, (transformation, functor) =>     // eslint-disable-line no-magic-numbers
  map(functor, transformation)
)
Stability
stable
Licence
MIT
Module
folktale/fantasy-land/map
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/)