diff options
| author | Jim Fehrle | 2021-01-19 11:19:33 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2021-01-20 12:10:08 -0800 |
| commit | cd17f9bfad72fb8f8da486facd75ff8ceecebd24 (patch) | |
| tree | 0c7f0f876b529f7b13ce707edc252d10627307db /tactics/tactics.mli | |
| parent | 071c50e9c2755e93766e5fb047b0a9065934e8fe (diff) | |
Remove double induction tactic
Diffstat (limited to 'tactics/tactics.mli')
| -rw-r--r-- | tactics/tactics.mli | 5 |
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 |
