Slot
is a short-hand for
#1
.
represents the
n
-th argument of a pure function.
represents the pure function itself.
See:
Examples
Unused arguments are simply ignored:
Recursive pure functions can be written using #0
:
is a short-hand for
#1
.
represents the
n
-th argument of a pure function.
represents the pure function itself.
See:
Unused arguments are simply ignored:
Recursive pure functions can be written using #0
: