combinatory
Combinatory, in a mathematical and logical context, refers to the study and use of combinators—abstract objects that represent patterns of function application. The term is most closely associated with combinatory logic, a formalism developed to eliminate the need for bound variables in mathematical expressions of computation. The development is traditionally attributed to Moses Schönfinkel and was later extended by Haskell Curry, whose name is often attached to the Curry–Howard correspondence in logic.
In combinatory logic, a combinator is a higher-order function with no free variables. Combinators can be applied
Combinatory logic is closely related to lambda calculus and is known to be expressively equivalent to it,