]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commit
Module Fun gets operators for function composition and application.
authorMatthias Goergens <matthias.goergens@citrix.com>
Tue, 2 Feb 2010 15:42:13 +0000 (15:42 +0000)
committerMatthias Goergens <matthias.goergens@citrix.com>
Tue, 2 Feb 2010 15:42:13 +0000 (15:42 +0000)
commit12089933b8b08ebf11cce674bc218b5daebdf5d9
tree2e29e3a643391d560dcdcb4fa314d537ee79a80f
parent45a295d0522d79714df01a4196fd1751ed6ed43b
Module Fun gets operators for function composition and application.

Exposes function composition (++) and function composition with two
arguments (+++) to the Fun module of our extended standard library.
Adds and exposes function application ($).

Signed-off-by: Matthias Goergens <matthias.goergens@citrix.com>
stdext/fun.ml
stdext/fun.mli