]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitadep.ml
Big commit to let Ferruccio try the merge_coercion patch.
[helm.git] / helm / matita / matitadep.ml
index c845954ed36776a99c3496628e6f853d8894f4a7..e93dbad61ad379b4b1e671c36cd9f6cd092807af 100644 (file)
@@ -35,10 +35,10 @@ let main () =
   let resolve alias current_buri =
     let buri = buri alias in
     if buri <> current_buri then Some buri else None in
-  let include_paths =
-   Helm_registry.get_list Helm_registry.string "matita.includes" in
   MatitaInit.load_configuration_file ();
   MatitaInit.parse_cmdline ();
+  let include_paths =
+   Helm_registry.get_list Helm_registry.string "matita.includes" in
   let basedir = Helm_registry.get "matita.basedir" in
   List.iter
    (fun ma_file ->