fantasy-land/chain

Part of the Monad instance for Fantasy Land 2.x+. See the chain method for details.

Signature

fantasy-land/chain(transformation)
forall M, a, b:
  (M a).((a) => M b) => M b
where M is Chain

Documentation

Part of the Monad instance for Fantasy Land 2.x+. See the chain method for details.

Properties

Source Code

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