diff options
| author | herbelin | 2006-01-21 11:18:36 +0000 |
|---|---|---|
| committer | herbelin | 2006-01-21 11:18:36 +0000 |
| commit | 642e522429e6f5faa381aaf26cd530a939b5a601 (patch) | |
| tree | b3621f545e4bcdd4cc98ba32511d646f99a99844 /proofs/tactic_debug.mli | |
| parent | 8f967888479a614eac56d30bde49a4dad9178740 (diff) | |
Messages de idtac et fail peuvent maintenant ĂȘtre des listes de string, int et variables ltac
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7911 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/tactic_debug.mli')
| -rw-r--r-- | proofs/tactic_debug.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tactic_debug.mli b/proofs/tactic_debug.mli index 27536dfa93..a649656052 100644 --- a/proofs/tactic_debug.mli +++ b/proofs/tactic_debug.mli @@ -61,7 +61,7 @@ val db_hyp_pattern_failure : val db_matching_failure : debug_info -> unit (* Prints an evaluation failure message for a rule *) -val db_eval_failure : debug_info -> string -> unit +val db_eval_failure : debug_info -> Pp.std_ppcmds -> unit (* An exception handler *) val explain_logic_error: (exn -> Pp.std_ppcmds) ref |
