diff options
| author | coqbot-app[bot] | 2020-10-27 21:14:22 +0000 |
|---|---|---|
| committer | GitHub | 2020-10-27 21:14:22 +0000 |
| commit | 473160ebe4a835dde50d6c209ab17c7e1b84979c (patch) | |
| tree | 2c2af05a266011d2f5268647640f123e1fdacf2a /plugins/ltac | |
| parent | c8110e13cceab22dd855de7ee2114bcb4eedd699 (diff) | |
| parent | 67089b35889648196c1e7b378f77d368de0105a9 (diff) | |
Merge PR #13238: Fix some tactic print bugs
Reviewed-by: gares
Reviewed-by: herbelin
Ack-by: ppedrot
Diffstat (limited to 'plugins/ltac')
| -rw-r--r-- | plugins/ltac/pptactic.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ltac/pptactic.ml b/plugins/ltac/pptactic.ml index fe896f9351..87da304330 100644 --- a/plugins/ltac/pptactic.ml +++ b/plugins/ltac/pptactic.ml @@ -1334,8 +1334,8 @@ let () = ; Genprint.register_print0 wit_constr - (lift_env Ppconstr.pr_lconstr_expr) - (lift_env (fun env sigma (c, _) -> pr_lglob_constr_pptac env sigma c)) + (lift_env Ppconstr.pr_constr_expr) + (lift_env (fun env sigma (c, _) -> pr_glob_constr_pptac env sigma c)) (make_constr_printer Printer.pr_econstr_n_env) ; Genprint.register_print0 |
