X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcontribs%2Fassembly%2Ffreescale%2Ffreescale_ocaml%2Fmatita_higher_order_defs_functions.ml;fp=matita%2Fcontribs%2Fassembly%2Ffreescale%2Ffreescale_ocaml%2Fmatita_higher_order_defs_functions.ml;h=8e662cb4717264b48933cd54453c29ad55030c4a;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/matita/contribs/assembly/freescale/freescale_ocaml/matita_higher_order_defs_functions.ml b/matita/contribs/assembly/freescale/freescale_ocaml/matita_higher_order_defs_functions.ml new file mode 100644 index 000000000..8e662cb47 --- /dev/null +++ b/matita/contribs/assembly/freescale/freescale_ocaml/matita_higher_order_defs_functions.ml @@ -0,0 +1,4 @@ +let compose = +(function f -> (function g -> (function x -> (f (g x))))) +;; +