``` foo = lam(x, y): x + y where: foo(3, 4) is 7 end ``` renders properly in CPO, but not at command line (crashes with an error in render-error-display)