]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryUtil.mli
MathQL 1.3 ready for use
[helm.git] / helm / ocaml / mathql / mQueryUtil.mli
index 83337ddfbf31d295349ecd22141101f3e39814d5..53d612e822ae60fd0fb5ba7aa6983dcd9657ee6d 100644 (file)
@@ -42,8 +42,13 @@ 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
-