X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fdump_moo.ml;h=05c21d40d51f18c008797bc58800117a0721b28e;hb=ee8a9f2a9f75814be05fa9f7aafefb3e42692a2a;hp=17f24fc0afb3da92e73f70645b73d9fda9ad4dd8;hpb=3ce38077e0b1e2a38ad513d3c108d7ef3c09bb7c;p=helm.git diff --git a/helm/matita/dump_moo.ml b/helm/matita/dump_moo.ml index 17f24fc0a..05c21d40d 100644 --- a/helm/matita/dump_moo.ml +++ b/helm/matita/dump_moo.ml @@ -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)