From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- tactics/inv.mli | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) (limited to 'tactics/inv.mli') diff --git a/tactics/inv.mli b/tactics/inv.mli index ca87e0fc..b3478dda 100644 --- a/tactics/inv.mli +++ b/tactics/inv.mli @@ -1,41 +1,30 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* inversion_kind -> inversion_status -> - intro_pattern_expr located option -> quantified_hypothesis -> tactic -val invIn_gen : - inversion_kind -> intro_pattern_expr located option -> identifier list -> - quantified_hypothesis -> tactic - val inv_clause : - inversion_kind -> intro_pattern_expr located option -> identifier list -> - quantified_hypothesis -> tactic + inversion_kind -> or_and_intro_pattern option -> Id.t list -> + quantified_hypothesis -> unit Proofview.tactic -val inv : inversion_kind -> intro_pattern_expr located option -> - quantified_hypothesis -> tactic +val inv : inversion_kind -> or_and_intro_pattern option -> + quantified_hypothesis -> unit Proofview.tactic val dinv : inversion_kind -> constr option -> - intro_pattern_expr located option -> quantified_hypothesis -> tactic + or_and_intro_pattern option -> quantified_hypothesis -> unit Proofview.tactic -val half_inv_tac : identifier -> tactic -val inv_tac : identifier -> tactic -val inv_clear_tac : identifier -> tactic -val half_dinv_tac : identifier -> tactic -val dinv_tac : identifier -> tactic -val dinv_clear_tac : identifier -> tactic +val inv_tac : Id.t -> unit Proofview.tactic +val inv_clear_tac : Id.t -> unit Proofview.tactic +val dinv_tac : Id.t -> unit Proofview.tactic +val dinv_clear_tac : Id.t -> unit Proofview.tactic -- cgit v1.2.3