X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fdump_moo.ml;h=54eaea4bae87a8e27ce33e56b19ea0246eb523bb;hb=84dbeab0a11aed6afb529b884bd796dec644c949;hp=05c21d40d51f18c008797bc58800117a0721b28e;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/dump_moo.ml b/matita/dump_moo.ml index 05c21d40d..54eaea4ba 100644 --- a/matita/dump_moo.ml +++ b/matita/dump_moo.ml @@ -51,7 +51,9 @@ let _ = List.iter (fun cmd -> printf " %s\n%!" - (GrafiteAstPp.pp_command ~obj_pp:(fun _ -> assert false) cmd)) + (GrafiteAstPp.pp_command + ~term_pp:(fun _ -> assert false) + ~obj_pp:(fun _ -> assert false) cmd)) commands; end) (List.rev !moos)