infix

Transforms the contents of a Functor.

This feature is experimental!

This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.

Signature

infix(transformation)
forall F, a, b:
  (F a).((a) => b) => F b
where F is Functor

Documentation

Transforms the contents of a Functor.

Properties

Source Code

function(transformation) {
  return map(this, transformation);
}
Stability
experimental
Licence
MIT
Module
folktale/fantasy-land/map
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)