]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQueryIO.mli
patched and improved
[helm.git] / helm / ocaml / mathql_interpreter / mQueryIO.mli
index d74bdd2805309986228677d7696518739e4fb061..12a4de2a56dd7bed4b0483a71e1d10a522e8acaa 100644 (file)
 (*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
  *)
 
-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