]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/pattern.ml
Merge of the new_mathql branch with the main branch:
[helm.git] / helm / ocaml / mathql_interpreter / pattern.ml
index 576226008de0a5463c861cd6a076a72ee2723368..993617bb8b3998b8d780ed5b695705671cf47852 100644 (file)
@@ -35,7 +35,7 @@ open Mathql_semantics;;
 let pattern_ex (apreamble, apattern, afragid) =
  let c = pgc () in
   (*let _ = print_string ("USE ")
-  and t = Unix.time () in*)
+  and t = Sys.time () in*)
   (*let r1 = helm_class_id "MathResource" in*)
    (*let qq = "select att0 from t" ^ r1 ^ " where att0 " ^ (pattern_match apreamble apattern afragid) ^ " order by t" ^ r1 ^ ".att0 asc" in*)
    (*PRE-CLAUDIO
@@ -52,7 +52,7 @@ print_endline qq ; flush stderr ;
      c#exec (qq)
     in
 (* PRE-CLAUDIO
-     (*let _ = print_endline (string_of_float (Unix.time () -. t)); flush stdout in*)
+     (*let _ = print_endline (string_of_float (Sys.time () -. t)); flush stdout in*)
       result*)
      List.map
       (function uri -> {uri = uri ; attributes = [] ; extra = ""})