aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-11-30 10:12:01 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-11-30 10:12:01 +0000
commit85a099e4ff1f7d3461c4549ebf6051f55923a92c (patch)
tree52272d04daa5ffaffd38e5c2fa9fe8e35f0307fa
parent3dc37b55102cc8f23299c175cdce2d4e980f0d53 (diff)
Export pr_intro_pattern
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6385 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--translate/pptacticnew.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/pptacticnew.mli b/translate/pptacticnew.mli
index 8cfa52c84..5f89662c7 100644
--- a/translate/pptacticnew.mli
+++ b/translate/pptacticnew.mli
@@ -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
@@ -24,5 +26,3 @@ val pr_glob_tactic : Environ.env -> glob_tactic_expr -> std_ppcmds
val pr_tactic : Environ.env -> Proof_type.tactic_expr -> std_ppcmds
val id_of_ltac_v7_id : identifier -> identifier
-
-