higherarity
Higherarity is a term used to describe the property of having a higher arity, referring to the number of inputs a function, operation, or relation accepts. Arity is typically categorized as unary (one input), binary (two inputs), ternary (three inputs), and, more generally, n-ary for n inputs. Higherarity commonly means arity greater than two, though some texts use the term more loosely to cover any arity beyond unary.
In mathematics and logic, higher-arity operations and predicates are standard. An n-ary operation f: D^n -> D
In programming, higher-arity functions can be implemented directly or via currying or partial application; currying converts
Notationally, n-ary and k-ary are standard terms. The adjective higher-arity emphasizes arity beyond binary, while arity