|
|
|
|
|
by masklinn
3653 days ago
|
|
Well you might be able to if you add a bunch of named function combinators wrapping these, but definitely not with only lambdas, unless you define your combinators using `ast`, which I think would let you define statements via expressions. |
|