“…Two singletons: +( [4,4]) = [8] Non-scalars: +( [4,4,3,2]) = [13] Nested: +([ [10,20,30,40,50], [4,5,6,7,8]]) = [14,25,36,47,58] In all cases these operations execute in a uniform way: the operator is applied to corresponding elements of the normalized operand sequences. In the examples above normalization has no effect.…”