]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIUtil.mli
rendering of "meet" patched
[helm.git] / helm / ocaml / mathql_interpreter / mQIUtil.mli
index 38ca8f380240af2f81b735d28bb71c2dd0b67bf4..c294832c8e02b1b0a050ccc02b99612d2e150c09 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(******************************************************************************)
-(*                                                                            *)
-(*                               PROJECT HELM                                 *)
-(*                                                                            *)
-(*                     Ferruccio Guidi <fguidi@cs.unibo.it>                   *)
-(*                                 06/01/2003                                 *)
-(*                                                                            *)
-(*                                                                            *)
-(******************************************************************************)
-
+(*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
+ *)
 
 val mql_true      : MathQL.value
 
@@ -73,9 +65,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