Use k-combinator for questions related to programmatically creating a constant function.
When the k-combinator K
is applied to another combinator x
, it yields a combinator that always evaluates to x
, for example:
K x y = x
References
Related tags
s-combinator