X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FmQueryMisc.mli;h=2605fe286266fc52c450b0eb849717297bea3623;hb=03dee221bd1f2c9a6e7f74d9abf88be14aac7763;hp=d775e989d4f87972c0504a7bb23eecefbc936d40;hpb=ab2b9e54afe3a66d7283e6205e63dd48a2733b73;p=helm.git diff --git a/helm/ocaml/mathql/mQueryMisc.mli b/helm/ocaml/mathql/mQueryMisc.mli index d775e989d..2605fe286 100644 --- a/helm/ocaml/mathql/mQueryMisc.mli +++ b/helm/ocaml/mathql/mQueryMisc.mli @@ -40,3 +40,6 @@ val cic_textual_parser_uri_of_string : string -> CicTextualParser0.uri val term_of_cic_textual_parser_uri: CicTextualParser0.uri -> Cic.term val wrong_xpointer_format_from_wrong_xpointer_format' : string -> string +type time +val start_time : unit -> time +val stop_time : time -> string