Content deleted Content added
→Functional programming: "dot operator" could be confusing here, as there are no dots involved in the example. Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 15:
<source lang="python">
def
▲ return functools.partial(functools.reduce, reducer, fns)
▲example = flow([baz, bar, foo])
</source>
|