Module tool::functor
[−]
[src]
Higher-order functions (functions that operate on functions)
Modules
prelude |
Useful functions exported by |
Functions
compose |
Compose two functions. |
fix |
A Y-Combinator. |
flip |
Flip the argument order of a two-parameter function. |