Let $K = \lambda zy.z$ (kestrel), $M = \lambda f.ff$ (mockingbird), $I = \lambda x.x$ (identity).
Now I believe $M$, I should be subsumed inside $K$'s function body but my lecture notes say that $K M I = M$. Can anyone explain how?
Another example that confused me from my slides:
$K \space I = \lambda ab .a \space \lambda x.x = \lambda ab.(a \lambda x.x) \text{ or } (\lambda ab.a)(\lambda x.x) $?? What's the right way to interpret and why?