4 spaces indent
The inversion is really cool, e.g.
> f = λa λb concat ["Hello ", a, " ", b, "!"]
> f "Jane" "Doe"
Hello Jane Doe!
then, > g = f "Admiral"
> invert g "Hello Admiral Alice!"
Alice4 spaces indent
The inversion is really cool, e.g.
> f = λa λb concat ["Hello ", a, " ", b, "!"]
> f "Jane" "Doe"
Hello Jane Doe!
then, > g = f "Admiral"
> invert g "Hello Admiral Alice!"
Alice