diff options
| author | herbelin | 2005-12-23 10:07:04 +0000 |
|---|---|---|
| committer | herbelin | 2005-12-23 10:07:04 +0000 |
| commit | 505bcbaa579e01e9d79979e649207d1735a511fa (patch) | |
| tree | a93474dd6eec0c55f1e4c831aaf3cf4711904b0e /parsing/pptactic.mli | |
| parent | 8d4ca0e78b9ba99b6ff1f9e00e3ea9a4e70e3fd7 (diff) | |
Correction printer des Tactic Notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7709 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/pptactic.mli')
| -rw-r--r-- | parsing/pptactic.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsing/pptactic.mli b/parsing/pptactic.mli index 9e1555ce91..bd42a1ffeb 100644 --- a/parsing/pptactic.mli +++ b/parsing/pptactic.mli @@ -53,6 +53,8 @@ type grammar_terminals = string option list val declare_extra_tactic_pprule : bool -> string -> argument_type list * (int * grammar_terminals) -> unit +val exists_extra_tactic_pprule : string -> argument_type list -> bool + val pr_match_pattern : ('a -> std_ppcmds) -> 'a match_pattern -> std_ppcmds val pr_match_rule : bool -> ('a -> std_ppcmds) -> ('b -> std_ppcmds) -> |
