fantasy-land/bimap

Part of the Bifunctor instance for Fantasy Land 2.x+. See the bimap method for details.

Signature

fantasy-land/bimap(f, g)
forall F, a, b, c, d:
  (F a b).((a) => c, (b) => d) => F c d
where F is Bifunctor

Documentation

Part of the Bifunctor instance for Fantasy Land 2.x+. See the bimap method for details.

Properties

Source Code

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