fantasy-land/ap

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

Signature

fantasy-land/ap(that)
('F 'a).('F ('a) => 'b) => 'F 'b
where 'F is Apply

Documentation

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

Properties

Source Code

Defined in source/helpers/provide-fantasy-land-aliases.js at line 60, column 9
'fantasy-land/ap'(that) {
      return that.apply(this);
    }
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/)