]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIUtil.mli
MathQL 1.3 ready for use
[helm.git] / helm / ocaml / mathql_interpreter / mQIUtil.mli
index 38ca8f380240af2f81b735d28bb71c2dd0b67bf4..217ba8c01ed3171010886215932c3e450e0ff958 100644 (file)
@@ -73,9 +73,3 @@ val lt            : MathQL.value -> MathQL.value -> MathQL.value
 val align         : string -> string -> MathQL.value
 
 val set           : string * 'a -> (string * 'a) list -> (string * 'a) list
-
-type time  
-
-val start_time    : unit -> time
-
-val stop_time     : time -> string