First-class hat blocks

How about

use (()@addInput) on items in @list :: list reporter

or

apply (()@addInput) to items in @list :: list reporter

for that matter, you could even do:

(()@addInput) of items in @list :: list reporter

or

(()@addInput) of all items in @list :: list reporter

image