Part of the Applicative instance for Fantasy Land 2.x+. See the of
method for details.
forall F, a:
(F).(a) => F a
where F is Applicative
Part of the Applicative instance for Fantasy Land 2.x+. See the of
method for details.
'fantasy-land/of'(value) {
return this.of(value);
}