aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index a1c961400..76a21ba83 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -229,7 +229,7 @@ val dorE : bool -> clause ->tactic
(*s Introduction tactics. *)
-val constructor_checking_bound : int option -> int ->
+val constructor_tac : int option -> int ->
constr substitution -> tactic
val one_constructor : int -> constr substitution -> tactic
val any_constructor : tactic