ap

Part of the Applicative instance for Fantasy Land 1.x. See the apply method for details.

Signature

ap(that)
('F ('a) => b).('F 'a) => 'F 'b
where 'F is Apply

Documentation

Part of the Applicative instance for Fantasy Land 1.x. See the apply method for details.

Properties

Source Code

Defined in source/helpers/provide-fantasy-land-aliases.js at line 60, column 9
ap(that) {
      return this.apply(that);
    }
Licence
MIT
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)