]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
completed support for "-nodb", now also matitaclean and its library work with that...
[helm.git] / helm / matita / matita.ml
index 1d62cadb5be0c9dadb8a4316a5c1f32d29348987..9b3267fec8eb614fc1f7d29da38839bc125114e1 100644 (file)
@@ -139,8 +139,11 @@ let _ =
       CicNotationParser.print_l2_pattern;
     addDebugItem "dump moo to stderr" (fun _ ->
       let status = (MatitaScript.instance ())#status in
+      let moo, metadata = status.moo_content_rev in
       List.iter (fun cmd -> prerr_endline
-        (GrafiteAstPp.pp_command cmd)) (List.rev status.moo_content_rev));
+        (GrafiteAstPp.pp_command cmd)) (List.rev moo);
+      List.iter (fun m -> prerr_endline
+        (GrafiteAstPp.pp_metadata m)) metadata);
     addDebugItem "rotate light bulbs"
       (fun _ ->
          let nb = gui#main#hintNotebook in