From: Andrea Asperti Date: Mon, 9 Jan 2006 11:49:23 +0000 (+0000) Subject: Added a parameter (empty list) to load_notation. X-Git-Tag: make_still_working~7886 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ee8a9f2a9f75814be05fa9f7aafefb3e42692a2a;p=helm.git Added a parameter (empty list) to load_notation. --- diff --git a/helm/ocaml/paramodulation/saturate_main.ml b/helm/ocaml/paramodulation/saturate_main.ml index 71aa9beae..e65af7eed 100644 --- a/helm/ocaml/paramodulation/saturate_main.ml +++ b/helm/ocaml/paramodulation/saturate_main.ml @@ -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")