diff options
Diffstat (limited to 'translate/pptacticnew.mli')
-rw-r--r-- | translate/pptacticnew.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/translate/pptacticnew.mli b/translate/pptacticnew.mli index 2558413f..b49b9e56 100644 --- a/translate/pptacticnew.mli +++ b/translate/pptacticnew.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: pptacticnew.mli,v 1.6.2.1 2004/07/16 19:31:52 herbelin Exp $ *) +(*i $Id: pptacticnew.mli,v 1.6.2.3 2005/01/21 17:17:20 herbelin Exp $ i*) open Pp open Genarg @@ -17,6 +17,8 @@ open Names val qsnew : string -> std_ppcmds +val pr_intro_pattern : intro_pattern_expr -> std_ppcmds + val pr_raw_tactic : Environ.env -> raw_tactic_expr -> std_ppcmds val pr_glob_tactic : Environ.env -> glob_tactic_expr -> std_ppcmds |