pub type BinaryOperations = Vec<Operation<BinaryFunctionFn>>;
pub struct BinaryOperations { /* private fields */ }