X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQueryIO.mli;h=12a4de2a56dd7bed4b0483a71e1d10a522e8acaa;hb=9cbce40d56958c466459b028cf250441ec29c9fe;hp=d74bdd2805309986228677d7696518739e4fb061;hpb=786284e9dfb25a31aad2161d59cdc5f36657e94a;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQueryIO.mli b/helm/ocaml/mathql_interpreter/mQueryIO.mli index d74bdd280..12a4de2a5 100644 --- a/helm/ocaml/mathql_interpreter/mQueryIO.mli +++ b/helm/ocaml/mathql_interpreter/mQueryIO.mli @@ -26,10 +26,12 @@ (* 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 val result_of_text : Lexing.lexbuf -> MathQL.result + +val text_out_spec : (string -> unit) -> string -> MQILib.text_out_spec