aboutsummaryrefslogtreecommitdiff
path: root/dev/top_printers.ml
diff options
context:
space:
mode:
authorHugo Herbelin2017-02-23 13:23:15 +0100
committerHugo Herbelin2017-02-23 13:28:40 +0100
commit1682d4ed9df64937dfaa162e58233020036ff7b3 (patch)
treeccf2ad74a2cb53ab2eb45d0738de5eb618e5ae67 /dev/top_printers.ml
parent38c773f2053dd5ba27ae889bb4299ed90b9cc319 (diff)
Fixing #use"include" after vernac is added and ltac is moved to a plugin.
Diffstat (limited to 'dev/top_printers.ml')
-rw-r--r--dev/top_printers.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index 4fcad88202..dc354b130b 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -234,7 +234,7 @@ let ppenvwithcst e = pp
str "[" ++ pr_rel_context e Evd.empty (rel_context e) ++ str "]" ++ spc() ++
str "{" ++ Cmap_env.fold (fun a _ s -> pr_con a ++ spc () ++ s) (Obj.magic e).Pre_env.env_globals.Pre_env.env_constants (mt ()) ++ str "}")
-let pptac = (fun x -> pp(Pptactic.pr_glob_tactic (Global.env()) x))
+let pptac = (fun x -> pp(Ltac_plugin.Pptactic.pr_glob_tactic (Global.env()) x))
let ppobj obj = Format.print_string (Libobject.object_tag obj)