]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/dump_moo.ml
changes location of coq.ma (now "legacy/coq.ma")
[helm.git] / helm / matita / dump_moo.ml
index 17f24fc0afb3da92e73f70645b73d9fda9ad4dd8..05c21d40d51f18c008797bc58800117a0721b28e 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 open Printf
 
 let arg_spec =
@@ -48,7 +50,8 @@ let _ =
         let commands = GrafiteMarshal.load_moo ~fname in
         List.iter
           (fun cmd ->
-            printf "  %s\n" (GrafiteAstPp.pp_cic_command cmd); flush stdout)
+            printf "  %s\n%!"
+              (GrafiteAstPp.pp_command ~obj_pp:(fun _ -> assert false) cmd))
           commands;
       end)
     (List.rev !moos)