aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac
diff options
context:
space:
mode:
authorLasse Blaauwbroek2020-10-22 03:25:15 +0200
committerLasse Blaauwbroek2020-10-22 19:39:45 +0200
commit67089b35889648196c1e7b378f77d368de0105a9 (patch)
tree713afc0979d2ed9881e08f5f4e6c291cf918ae79 /plugins/ltac
parent9db73ef18c45238223f30a462fc2c6d20493d1d2 (diff)
Fix printing of wit_constr and some ssr problems with printing empty lists
Diffstat (limited to 'plugins/ltac')
-rw-r--r--plugins/ltac/pptactic.ml4
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