pub type NaryOperations = Vec<Operation<NaryFunctionFn>>;
pub struct NaryOperations { /* private fields */ }