]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryUtil.mli
This commit was manufactured by cvs2svn to create tag
[helm.git] / helm / ocaml / mathql / mQueryUtil.mli
index 9881b3b545b0b8d762cf657dd43f481f43d7e70c..53d612e822ae60fd0fb5ba7aa6983dcd9657ee6d 100644 (file)
 (******************************************************************************)
 
 
-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
 
 val result_of_text : Lexing.lexbuf -> MathQL.result
 
+type time
+
+val start_time : unit -> time
+
+val stop_time  : time -> string
+
 
 type uriref = UriManager.uri * (int list)
 
 val string_of_uriref : uriref -> string
-