aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
authorJim Fehrle2021-01-19 11:19:33 -0800
committerJim Fehrle2021-01-20 12:10:08 -0800
commitcd17f9bfad72fb8f8da486facd75ff8ceecebd24 (patch)
tree0c7f0f876b529f7b13ce707edc252d10627307db /tactics/tactics.mli
parent071c50e9c2755e93766e5fb047b0a9065934e8fe (diff)
Remove double induction tactic
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index a6471be549..9fd50cf0c2 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -81,11 +81,6 @@ val auto_intros_tac : Names.Name.t list -> unit Proofview.tactic
val intros : unit Proofview.tactic
-(** [depth_of_quantified_hypothesis b h g] returns the index of [h] in
- the conclusion of goal [g], up to head-reduction if [b] is [true] *)
-val depth_of_quantified_hypothesis :
- bool -> quantified_hypothesis -> Proofview.Goal.t -> int
-
val intros_until : quantified_hypothesis -> unit Proofview.tactic
val intros_clearing : bool list -> unit Proofview.tactic