Description Usage Arguments Details See Also Examples
Returns a function that applies the last argument to its input, than the penultimate argument and so on.
1 2 3 4 5 |
... |
The functions to be composed. |
f, g |
Two functions to compose (infix notation). |
Sequence is the same as Compose, except that it
applies the functions in argument-list order.
Other Functionals: And, Call,
Delay_by, Dot_every,
FMap, Fail_with,
Log_to, Maybe,
Partial
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.