X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQueryUtil.mli;h=5754002980b8e6e68fa575e4de9d41f4824bfef0;hb=6e2770c280aa9e74604e25324afb680b18d01964;hp=2a3c80b839695f58a889c92f5a0765bda6a5da6a;hpb=106dfd07f0e8128721aa3f1b67e4e56a73d7726d;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQueryUtil.mli b/helm/ocaml/mathql_interpreter/mQueryUtil.mli index 2a3c80b83..575400298 100644 --- a/helm/ocaml/mathql_interpreter/mQueryUtil.mli +++ b/helm/ocaml/mathql_interpreter/mQueryUtil.mli @@ -26,9 +26,9 @@ (* AUTOR: Ferruccio Guidi *) -val text_of_query : (string -> unit) -> MathQL.query -> string -> unit +val text_of_query : (string -> unit) -> string -> MathQL.query -> unit -val text_of_result : (string -> unit) -> MathQL.result -> string -> unit +val text_of_result : (string -> unit) -> string -> MathQL.result -> unit val query_of_text : Lexing.lexbuf -> MathQL.query