]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/saturate_main.ml
New module HMysql (to abstract over Mysql and make profiling easier).
[helm.git] / helm / ocaml / paramodulation / saturate_main.ml
index 9766b79f6ca5683e7a8121d93091bfdf08a1b3fd..1870a5137127ea975abcef23b28cd899d9f60318 100644 (file)
@@ -2,7 +2,7 @@ let configuration_file = ref "../../matita/matita.conf.xml";;
 
 let core_notation_script = "../../matita/core_notation.moo";;
 
-let get_from_user ~(dbd:Mysql.dbd) =
+let get_from_user ~(dbd:HMysql.dbd) =
   let rec get () =
     match read_line () with
     | "" -> []
@@ -52,7 +52,7 @@ in
 Helm_registry.load_from !configuration_file;
 CicNotation.load_notation core_notation_script;
 CicNotation.load_notation "../../matita/coq.moo";
-let dbd = Mysql.quick_connect
+let dbd = HMysql.quick_connect
   ~host:(Helm_registry.get "db.host")
   ~user:(Helm_registry.get "db.user")
   ~database:(Helm_registry.get "db.database")