k x y = x s x y z = x z (y z)
As an example, here is the y-combinator:
y = s s k (s (k (s s (s (s s k)))) k)
As an example, here is the y-combinator: