]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/saturate_main.ml
ignoring the result of load_notation
[helm.git] / helm / ocaml / paramodulation / saturate_main.ml
index e65af7eedc0096e952c59b88faca714787d2d69a..bec597645233737b35d3b1d5c6ba81a9fb8b05aa 100644 (file)
@@ -143,8 +143,8 @@ let _ =
   ] (fun a -> ()) "Usage:"
 in
 Helm_registry.load_from !configuration_file;
-CicNotation2.load_notation [] core_notation_script;
-CicNotation2.load_notation [] "../../matita/coq.ma";
+ignore (CicNotation2.load_notation [] core_notation_script);
+ignore (CicNotation2.load_notation [] "../../matita/coq.ma");
 let dbd = HMysql.quick_connect
   ~host:(Helm_registry.get "db.host")
   ~user:(Helm_registry.get "db.user")