X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQueryUtil.mli;h=5754002980b8e6e68fa575e4de9d41f4824bfef0;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=2a3c80b839695f58a889c92f5a0765bda6a5da6a;hpb=68e62a195d6228befb75b4e2edd59bc58b1cdb0c;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