]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/dump_moo.ml
added contextual menu to act over selected terms
[helm.git] / helm / matita / dump_moo.ml
index 17f24fc0afb3da92e73f70645b73d9fda9ad4dd8..25b98f42487b7275944c0ddbbf7db6ec63ba5484 100644 (file)
@@ -48,7 +48,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)