Application
Application order is set by parentheses and indentation.
We can apply a
to b
in two different ways:
Using parentheses:
Using indentation:
It's not necessary to wrap the first expression on the line in parentheses. So the application can look just like this:
#
Nested applicationHere we apply a
to the result of application of b
to c
.
Using parentheses:
Using indentation:
or:
#
ExampleAll the expressions below are equivalent: