(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* ?is_case:bool -> ?ist:Ltac_plugin.Tacinterp.interp_sign -> ((Ssrast.ssrhyps option * Ssrast.ssrocc) * Ssrmatching.cpattern) list -> ([< `EConstr of Ssrast.ssrhyp list * Ssrmatching.occ * EConstr.constr & 'b | `EGen of (Ssrast.ssrhyp list option * Ssrmatching.occ) * Ssrmatching.cpattern ] as 'a) -> ?elim:EConstr.constr -> Ssrast.ssripat option -> (?ist:Ltac_plugin.Tacinterp.interp_sign -> 'a -> Ssrast.ssripat option -> (Goal.goal Evd.sigma -> Goal.goal list Evd.sigma) -> bool -> Ssrast.ssrhyp list -> Tacmach.tactic) -> Goal.goal Evd.sigma -> Goal.goal list Evd.sigma val elimtac : EConstr.constr -> Goal.goal Evd.sigma -> Goal.goal list Evd.sigma val casetac : EConstr.constr -> Goal.goal Evd.sigma -> Goal.goal list Evd.sigma val is_injection_case : EConstr.t -> Goal.goal Evd.sigma -> bool val perform_injection : EConstr.constr -> Goal.goal Evd.sigma -> Goal.goal list Evd.sigma val ssrscasetac : bool -> EConstr.constr -> Goal.goal Evd.sigma -> Goal.goal list Evd.sigma