Composition of functions in F# is easily achieved by using the >> operator. You can also chain an arbitary amount of functions (represented as a list or sequence) together by folding the list/seq with >>. [More formally: the set of endomorphisms 'a -> 'a forms a monoid with the binary, associative operator ">>" (or "<<") and the neutral element "id".]
83 people like thisPosted: 12 years ago by Novox
Exemplary convenience wrappers for some of the System.
Posted: 4 years ago by Novox