It would be good to complete this set of operations. I think group would be: ``` group(Prices, {# > 10}) ``` But I'm not sure the closure syntax can support reduce op due to the need for the closure to take two args, something like ``` reduce(Prices, 0, {.value + .acc}) ```