]> matita.cs.unibo.it Git - helm.git/commitdiff
added CicNotation.load_notation call to disambiguate terms
authorAlberto Griggio <griggio@fbk.eu>
Thu, 21 Jul 2005 20:40:10 +0000 (20:40 +0000)
committerAlberto Griggio <griggio@fbk.eu>
Thu, 21 Jul 2005 20:40:10 +0000 (20:40 +0000)
helm/ocaml/paramodulation/saturate_main.ml

index c9eec5e46388856dd3d698db0ca5ccf89c8f26c1..05d2cd047e1ee683f3bb1e02ed8f4f1820b9fde2 100644 (file)
@@ -1,5 +1,7 @@
 let configuration_file = ref "../../matita/matita.conf.xml";;
 
+let core_notation_script = "../../matita/core_notation.ma";;
+
 let get_from_user ~(dbd:Mysql.dbd) =
   let rec get () =
     match read_line () with
@@ -42,6 +44,7 @@ let _ =
   ] (fun a -> ()) "Usage:"
 in
 Helm_registry.load_from !configuration_file;
+CicNotation.load_notation core_notation_script;
 let dbd = Mysql.quick_connect
   ~host:(Helm_registry.get "db.host")
   ~user:(Helm_registry.get "db.user")