Hacker News new | ask | show | jobs
by pozorvlak 3391 days ago
FWIW, this is also the standard way of implementing if/then in the lambda calculus:

true = \x.\y.x

false = \x.\y.y