X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Ffunc.mli;h=2858ce0daffef5739fbff29ad7f3baac52486b1a;hb=d2c60bae1c4badba0a0f29e3fd2faed6d3a1869e;hp=fb68df82a69bfde4e7060fb874f1adb26a69edb1;hpb=1cfcea66d7394a785ec439cd6b03497b276918c4;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/func.mli b/helm/ocaml/mathql_interpreter/func.mli index fb68df82a..2858ce0da 100644 --- a/helm/ocaml/mathql_interpreter/func.mli +++ b/helm/ocaml/mathql_interpreter/func.mli @@ -23,4 +23,4 @@ * http://cs.unibo.it/helm/. *) -val apply_func: MathQL.mqfunc -> string -> string +val fun_ex: string -> MathQL.value -> MathQL.value