What do you think?
Rate this book
370 pages, Hardcover
First published June 17, 2021
Another simple combinator is K, which manufactures constant functions: (K x) is the function which, for any argument, returns x, so we say ((K x) y) = x for all terms x and y.
A third combinator is S, which is a generalized version of application: (S x y z) = (x z (y z)). S applies x to y after first substituting z into each of them.