]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryUtil.mli
new interface for text_of_query/text_of_result + bug fixes
[helm.git] / helm / ocaml / mathql / mQueryUtil.mli
index 9881b3b545b0b8d762cf657dd43f481f43d7e70c..83337ddfbf31d295349ecd22141101f3e39814d5 100644 (file)
@@ -34,9 +34,9 @@
 (******************************************************************************)
 
 
-val text_of_query  : MathQL.query -> string
+val text_of_query  : (string -> unit) -> MathQL.query -> string -> unit
 
-val text_of_result : MathQL.result -> string -> string
+val text_of_result : (string -> unit) -> MathQL.result -> string -> unit
 
 val query_of_text  : Lexing.lexbuf -> MathQL.query