Module lambda_calculus::combinators [] [src]

Standard terms and combinators

Functions

b

B - the composition combinator.

c

C - the swapping combinator.

i

I - the identity combinator.

iota

Iota - the universal combinator.

k

K - the constant / discarding combinator.

om

ω - the looping combinator.

omm

Ω - the divergent combinator.

s

S - the substitution combinator.

w

W - the duplicating combinator.

y

Y - the fixed-point combinator.