aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
-
-