Om
inject

Inserts a Program before each Operand of another.

Input
{injector}{program}
Output
Dequotes {program}, injects the dequoted {injector} between the Program and each of its Operands, then quotes the result.
Examples
inject {quote} {copy} {A}
{{{A}}{{A}}}
Implementation
Om::Language::Operation::InjectOperation