Composing a pipeline¶
TODO: put ops together with >>, and supply cross-cutting data via ambient
context.
Chain ops¶
TODO: how chaining flattens; output of each stage feeds the next.
Ambient context¶
TODO: why context beats threading arguments through every op.