Part of the Applicative instance for Fantasy Land 2.x+. See the apply method for details.
apply
('F 'a).('F ('a) => 'b) => 'F 'b where 'F is Apply
'fantasy-land/ap'(that) { return that.apply(this); }