diff options
Diffstat (limited to 'dev/top_printers.ml')
| -rw-r--r-- | dev/top_printers.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml index 6a3c19c5fb..fcf64b5468 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -101,7 +101,7 @@ let ppenv e = pp (str "[" ++ pr_named_context_of e ++ str "]" ++ spc() ++ str "[" ++ pr_rel_context e (rel_context e) ++ str "]") -let pptac = (fun x -> pp(Pptacticnew.pr_glob_tactic (Global.env()) x)) +let pptac = (fun x -> pp(Pptactic.pr_glob_tactic (Global.env()) x)) let pr_obj obj = Format.print_string (Libobject.object_tag obj) |
