diff options
Diffstat (limited to 'proofs/tactic_debug.mli')
| -rw-r--r-- | proofs/tactic_debug.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/tactic_debug.mli b/proofs/tactic_debug.mli index f859b31dd4..c847534c4a 100644 --- a/proofs/tactic_debug.mli +++ b/proofs/tactic_debug.mli @@ -38,7 +38,7 @@ val db_pattern_rule : (* Prints a matched hypothesis *) val db_matched_hyp : - debug_info -> env -> identifier * constr -> identifier option -> unit + debug_info -> env -> identifier * constr -> name -> unit (* Prints the matched conclusion *) val db_matched_concl : debug_info -> env -> constr -> unit @@ -48,7 +48,7 @@ val db_mc_pattern_success : debug_info -> unit (* Prints a failure message for an hypothesis pattern *) val db_hyp_pattern_failure : - debug_info -> env -> identifier option * constr_pattern match_pattern -> unit + debug_info -> env -> name * constr_pattern match_pattern -> unit (* Prints a matching failure message for a rule *) val db_matching_failure : debug_info -> unit |
