]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/saturate_main.ml
upgraded code to work with non-default equalities
[helm.git] / helm / ocaml / paramodulation / saturate_main.ml
index bf9ec689726298a62fafbf366edc36e5f9be62e5..ab39ff3deb327587e32ef6b8393aaa42088bece2 100644 (file)
@@ -1,6 +1,6 @@
-let configuration_file = ref "../helm/matita/matita.conf.xml";;
+let configuration_file = ref "../../matita/matita.conf.xml";;
 
-let core_notation_script = "../helm/matita/core_notation.moo";;
+let core_notation_script = "../../matita/core_notation.moo";;
 
 let get_from_user ~(dbd:HMysql.dbd) =
   let rec get () =
@@ -59,7 +59,7 @@ let _ =
 in
 Helm_registry.load_from !configuration_file;
 CicNotation.load_notation core_notation_script;
-CicNotation.load_notation "../helm/matita/coq.ma";
+CicNotation.load_notation "../../matita/coq.ma";
 let dbd = HMysql.quick_connect
   ~host:(Helm_registry.get "db.host")
   ~user:(Helm_registry.get "db.user")