Module functor

Module functor 

Source
Expand description

Higher-order functions (functions that operate on functions)

Modules§

prelude
Useful functions exported by tool::functor.

Functions§

compose
Compose two functions.
fix
A Y-Combinator.
flip
Flip the argument order of a two-parameter function.