curried

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

Signature

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

Documentation

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

Properties

Source Code

curry(2, apply)
Stability
stable
Licence
MIT
Module
folktale/fantasy-land/apply
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/)