import Functor from 'stools/src/Functor.js'
Functor
of(x: Object): Container
constructor(x: Object): Functor
map(fn: function): Functor
is the value of the Container.
is the value of the Functor.
is a function.