X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fparamodulation%2Fsaturate_main.ml;fp=helm%2Focaml%2Fparamodulation%2Fsaturate_main.ml;h=1870a5137127ea975abcef23b28cd899d9f60318;hb=259a4a2080cc5af5b20da1cd9133eb32f28c5d8f;hp=9766b79f6ca5683e7a8121d93091bfdf08a1b3fd;hpb=718082d4e6316ba47b69494c5187dde950847236;p=helm.git diff --git a/helm/ocaml/paramodulation/saturate_main.ml b/helm/ocaml/paramodulation/saturate_main.ml index 9766b79f6..1870a5137 100644 --- a/helm/ocaml/paramodulation/saturate_main.ml +++ b/helm/ocaml/paramodulation/saturate_main.ml @@ -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")