diff options
| author | delahaye | 2003-02-13 13:01:22 +0000 |
|---|---|---|
| committer | delahaye | 2003-02-13 13:01:22 +0000 |
| commit | 75f4910db440eb081a22cafccf01e1dbcb12b8c4 (patch) | |
| tree | f9330eb3981ead6f7d3e567ce552e61cce021afb /parsing | |
| parent | 0b241e3ae3215f4aa9c4c98973ec366a33273d5b (diff) | |
Debugger plus informatif
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3675 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/pptactic.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parsing/pptactic.mli b/parsing/pptactic.mli index a3963571c9..ca16c21e53 100644 --- a/parsing/pptactic.mli +++ b/parsing/pptactic.mli @@ -11,6 +11,7 @@ open Pp open Genarg open Tacexpr +open Pretyping open Proof_type val declare_extra_genarg_pprule : @@ -25,6 +26,8 @@ val declare_extra_tactic_pprule : string * Egrammar.grammar_tactic_production list) -> unit +val pr_match_pattern : Tacexpr.pattern_expr match_pattern -> std_ppcmds + val pr_match_rule : bool -> (raw_tactic_expr -> std_ppcmds) -> (pattern_expr,raw_tactic_expr) match_rule -> std_ppcmds |
