Define a placeholder to be either an empty list $()$ or a list $(p q)$ of two placeholders $p$ and $q$. Does it exist a set of all placeholders? Of all finite placeholders?
My intention with placeholders is to abstract the structure of expressions in magmas: $(a\cdot ((b\cdot c)\cdot(d\cdot e)))\mapsto (()((()())(()())))$ where the empty lists replace all terms in the expressions. The number of atoms associated with a placeholder can be defined formally as: $|p|=1$ if p is a empty list and $|p|=|p^\prime |+|p^{\prime\prime}|$ if $\;p=(p^\prime p^{\prime\prime})$.
If $M$ is a magma and $|p|=n$, $p$ defines an obvious function $M^n\to M$ and the set of all placeholders is a magma itself with the multiplication $p_1\cdot p_2= (p_1 p_2)$.
The purpose is to study questions as in A simple question about rational numbers without a simple proof?