X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fmatita%2Fmatita.ml;h=609a014d0f3b573ac9b152ca9816fb880668911a;hb=2bd3b029f7f67d9c616b7756278573cc9e96510c;hp=6e9fa5f2395c2b3cec668f3b78bacbc0d7b1ad02;hpb=0a50912f2577243a1f9e4068b02877b8e61181c9;p=helm.git diff --git a/helm/software/matita/matita.ml b/helm/software/matita/matita.ml index 6e9fa5f23..609a014d0 100644 --- a/helm/software/matita/matita.ml +++ b/helm/software/matita/matita.ml @@ -146,8 +146,11 @@ let _ = let moo = grafite_status.moo_content_rev in List.iter (fun cmd -> - prerr_endline (GrafiteAstPp.pp_command ~obj_pp:(fun _ -> assert false) - cmd)) + prerr_endline + (GrafiteAstPp.pp_command + ~term_pp:(fun _ -> assert false) + ~obj_pp:(fun _ -> assert false) + cmd)) (List.rev moo)); addDebugItem "print metasenv goals and stack to stderr" (fun _ ->