X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Focaml%2Fmathql_interpreter%2FmQueryIO.mli;h=57d7e856fa34007df966fa55950695c1f3c0e8f9;hb=b2bde540ce5ec2c8731f0353815583bd3d4eba26;hp=d74bdd2805309986228677d7696518739e4fb061;hpb=5bef9ac5a9bfe07b11ce0e44fab51ea4b6eb4057;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQueryIO.mli b/helm/ocaml/mathql_interpreter/mQueryIO.mli index d74bdd280..57d7e856f 100644 --- a/helm/ocaml/mathql_interpreter/mQueryIO.mli +++ b/helm/ocaml/mathql_interpreter/mQueryIO.mli @@ -26,10 +26,14 @@ (* 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 + +val text_in_spec : MQILib.text_in_spec