X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fmatita.ml;h=b3963bf0272d9f9330284a8314ba2ce3fcb473e8;hb=592b7d81b57ec66e0ee007de336e249b07ae0258;hp=9fa70e11f8b56d65d778542b3e1c84cd06c91f4c;hpb=441cd9b8db014ea11f5afc46f192a3d73eee6a39;p=helm.git diff --git a/helm/software/matita/matita.ml b/helm/software/matita/matita.ml index 9fa70e11f..b3963bf02 100644 --- a/helm/software/matita/matita.ml +++ b/helm/software/matita/matita.ml @@ -157,7 +157,7 @@ let _ = (fun cmd -> prerr_endline (GrafiteAstPp.pp_command - ~term_pp:(fun _ -> assert false) + ~term_pp:(fun t -> CicPp.ppterm t) ~obj_pp:(fun _ -> assert false) cmd)) (List.rev moo));