]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/assembly/freescale/freescale_ocaml/matita_higher_order_defs_functions.ml
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / assembly / freescale / freescale_ocaml / matita_higher_order_defs_functions.ml
1 let compose =
2 (function f -> (function g -> (function x -> (f (g x)))))
3 ;;
4