X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql_interpreter%2Fpattern.ml;h=993617bb8b3998b8d780ed5b695705671cf47852;hb=eddba0cc1b08d5d787793095c5fb0d39ee5ec2f7;hp=576226008de0a5463c861cd6a076a72ee2723368;hpb=f22ab48f16bbebd949368ae20574c80d757b1698;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/pattern.ml b/helm/ocaml/mathql_interpreter/pattern.ml index 576226008..993617bb8 100644 --- a/helm/ocaml/mathql_interpreter/pattern.ml +++ b/helm/ocaml/mathql_interpreter/pattern.ml @@ -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 = ""})