Generalizeval revert : Names.Id.t list -> unit Proofview.tacticval bring_hyps : EConstr.named_context -> unit Proofview.tacticval generalize : EConstr.constr list -> unit Proofview.tacticval generalize_gen :
(EConstr.constr Locus.with_occurrences * Names.Name.t) list ->
unit Proofview.tacticval new_generalize_gen :
((Locus.occurrences * EConstr.constr) * Names.Name.t) list ->
unit Proofview.tacticval generalize_dep : ?with_let:bool -> EConstr.constr -> unit Proofview.tacticval abstract_generalize :
?generalize_vars:bool ->
?force_dep:bool ->
Names.Id.t ->
unit Proofview.tactic