]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/saturate_main.ml
some bugs fixed
[helm.git] / helm / ocaml / paramodulation / saturate_main.ml
index 05d2cd047e1ee683f3bb1e02ed8f4f1820b9fde2..6d3c9966c03db99804e3f89b44a933e5c30c7c5c 100644 (file)
@@ -1,6 +1,6 @@
 let configuration_file = ref "../../matita/matita.conf.xml";;
 
-let core_notation_script = "../../matita/core_notation.ma";;
+let core_notation_script = "../../matita/core_notation.moo";;
 
 let get_from_user ~(dbd:Mysql.dbd) =
   let rec get () =
@@ -45,6 +45,7 @@ let _ =
 in
 Helm_registry.load_from !configuration_file;
 CicNotation.load_notation core_notation_script;
+CicNotation.load_notation "../../matita/coq.moo";
 let dbd = Mysql.quick_connect
   ~host:(Helm_registry.get "db.host")
   ~user:(Helm_registry.get "db.user")