]> matita.cs.unibo.it Git - helm.git/commitdiff
Added a parameter (empty list) to load_notation.
authorAndrea Asperti <andrea.asperti@unibo.it>
Mon, 9 Jan 2006 11:49:23 +0000 (11:49 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Mon, 9 Jan 2006 11:49:23 +0000 (11:49 +0000)
helm/ocaml/paramodulation/saturate_main.ml

index 71aa9beae201e27837da9654f1ad5532250cfb86..e65af7eedc0096e952c59b88faca714787d2d69a 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";
+CicNotation2.load_notation [] core_notation_script;
+CicNotation2.load_notation [] "../../matita/coq.ma";
 let dbd = HMysql.quick_connect
   ~host:(Helm_registry.get "db.host")
   ~user:(Helm_registry.get "db.user")