X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fdump_moo.ml;h=6b8658abdba777d7376163576f41db7a29304fae;hb=ced2abc1e3fe84d5bbfa9ccb2ebf46f253279ebe;hp=05c21d40d51f18c008797bc58800117a0721b28e;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/matita/dump_moo.ml b/helm/software/matita/dump_moo.ml index 05c21d40d..6b8658abd 100644 --- a/helm/software/matita/dump_moo.ml +++ b/helm/software/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 t -> CicPp.ppterm t) + ~obj_pp:(fun _ -> "OBJ") cmd)) commands; end) (List.rev !moos)