You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="desc"><p>Convert a function with positional args to one that takes a single tuple.</p>
82
+
<p>This is useful when used with <code><atitle="better_functools.pipe.Pipeline" href="pipe.html#better_functools.pipe.Pipeline">Pipeline</a></code>.</p>
<divclass="desc"><p>Make a function callable by using <code>@</code> operator.</p>
142
-
<p>This is the <code>@</code> version of <code>... | fn</code> in <code>more_functools.pipe.Composition</code>.</p>
188
+
<p>This is the <code>@</code> version of <code>... | fn</code> in <code><atitle="better_functools.pipe.Composition" href="pipe.html#better_functools.pipe.Composition">Composition</a></code>.</p>
<p><code>more_functools.apply</code> includes a number of functions that implements <code>@</code>.</p>
57
+
<p><code><atitle="better_functools.apply" href="apply.html">better_functools.apply</a></code> includes a number of functions that implements <code>@</code>.</p>
58
58
<p>For example, <code>map @ bind(prod)</code> means bind <code>prod</code> to the first arg of <code>map</code>.
59
59
More apply functions can be called directly too, the above expression is equivalent to
0 commit comments