diff options
| author | Maxime Dénès | 2017-10-27 18:18:30 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-27 18:18:30 +0200 |
| commit | ff4793c609d4fc2b868ff673ffaa48abf6d5fa03 (patch) | |
| tree | 49a7a2cf4ebe5cd0066156a096434f3014f0fd06 /plugins/ltac/tactic_debug.ml | |
| parent | 99b1f939f8ca56b328a159c27033052c6fcb9a81 (diff) | |
| parent | bf4112094feb1a705d8bdaea3fb0febc4ef3ff59 (diff) | |
Merge PR #6015: [general] Remove Econstr dependency from `intf`
Diffstat (limited to 'plugins/ltac/tactic_debug.ml')
| -rw-r--r-- | plugins/ltac/tactic_debug.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/tactic_debug.ml b/plugins/ltac/tactic_debug.ml index 5394b1e116..a669692fc9 100644 --- a/plugins/ltac/tactic_debug.ml +++ b/plugins/ltac/tactic_debug.ml @@ -363,7 +363,7 @@ let explain_ltac_call_trace last trace loc = | Tacexpr.LtacAtomCall te -> quote (Pptactic.pr_glob_tactic (Global.env()) (Tacexpr.TacAtom (Loc.tag te))) - | Tacexpr.LtacConstrInterp (c, { Glob_term.ltac_constrs = vars }) -> + | Tacexpr.LtacConstrInterp (c, { Ltac_pretype.ltac_constrs = vars }) -> quote (Printer.pr_glob_constr_env (Global.env()) c) ++ (if not (Id.Map.is_empty vars) then strbrk " (with " ++ |
