aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index 6f315f358b..e57eb11b65 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -59,6 +59,7 @@ val dyn_mutual_cofix : tactic_arg list -> tactic
(*s Introduction tactics. *)
val next_global_ident_away : identifier -> identifier list -> identifier
+val fresh_id : identifier list -> identifier -> goal sigma -> identifier
val intro : tactic
val introf : tactic