Out of step sequence processing

b takes the result of function b so (-> a b) .

Assuming you meant a in the second position there.

Also assuming coll is the sequence of inputs, how about:

(pmap (comp b a) coll)

1 Like