diff options
| author | Pierre-Marie Pédrot | 2018-11-30 15:12:33 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-30 15:12:33 +0100 |
| commit | 440d26fb71a98ea4e36d4df315fe2d9aa14340f8 (patch) | |
| tree | 5108a17aaadbb2857c6699e20ceab2bd6184907b /plugins/ltac/tactic_debug.mli | |
| parent | ae5cfac4f0c02f0cbd3f7286033a36c0e017538a (diff) | |
| parent | b8de2bae178a63a6c482a46ee01e5183676984ee (diff) | |
Merge PR #9102: [ltac] Remove aliases already present in the lower layers.
Diffstat (limited to 'plugins/ltac/tactic_debug.mli')
| -rw-r--r-- | plugins/ltac/tactic_debug.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/tactic_debug.mli b/plugins/ltac/tactic_debug.mli index 175341df09..91e8510b92 100644 --- a/plugins/ltac/tactic_debug.mli +++ b/plugins/ltac/tactic_debug.mli @@ -40,7 +40,7 @@ val db_constr : debug_info -> env -> evar_map -> constr -> unit Proofview.NonLog (** Prints the pattern rule *) val db_pattern_rule : - debug_info -> int -> (Tacexpr.glob_constr_and_expr * constr_pattern,glob_tactic_expr) match_rule -> unit Proofview.NonLogical.t + debug_info -> int -> (Genintern.glob_constr_and_expr * constr_pattern,glob_tactic_expr) match_rule -> unit Proofview.NonLogical.t (** Prints a matched hypothesis *) val db_matched_hyp : |
