]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matita.ml
huge commit regarding the grafite_status:
[helm.git] / helm / software / matita / matita.ml
index 9aa1fb2f1c3db6f04c493434edf6df0760cc1c43..658a3ad384bb5d94ee2826b3239c530b94ad2b6f 100644 (file)
@@ -90,8 +90,8 @@ let _ =
          `NRef (NReference.reference_of_string uri)
       in
       (MatitaMathView.cicBrowser ())#load uri));
-  let browser_observer _ = MatitaMathView.refresh_all_browsers () in
-  let sequents_observer grafite_status =
+  let browser_observer _ = MatitaMathView.refresh_all_browsers () in
+  let sequents_observer grafite_status =
     sequents_viewer#reset;
     match grafite_status.proof_status with
     | Incomplete_proof ({ stack = stack } as incomplete_proof) ->
@@ -140,7 +140,7 @@ let _ =
       ignore (GMenu.separator_item ~packing:gui#main#debugMenu_menu#append ())
     in
     addDebugItem "dump aliases" (fun _ ->
-      let status = script#lexicon_status in
+      let status = GrafiteTypes.get_lexicon script#grafite_status in
       LexiconEngine.dump_aliases HLog.debug "" status);
 (* FG: DEBUGGING   
     addDebugItem "dump interpretations" (fun _ ->
@@ -301,7 +301,7 @@ let _ =
                    "(" ^ string_of_int saturations ^ ")")
                 ul)) ^ ":"
              ^ CoercDb.string_of_carr s ^ " -> " ^ CoercDb.string_of_carr t))
-        (CoercDb.to_list ()));
+        (CoercDb.to_list (CoercDb.dump ())));
     addDebugSeparator ();
     let mview () = (MatitaMathView.sequentsViewer_instance ())#cicMathView in
 (*     addDebugItem "save (sequent) MathML to matita.xml"