(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) (* name_op:Id.t option -> ?goal_type:(constr option) -> unit Proofview.tactic -> (constr -> constr list -> unit Proofview.tactic) -> unit Proofview.tactic val tclABSTRACT : ?opaque:bool -> Id.t option -> unit Proofview.tactic -> unit Proofview.tactic (* Internal but used in a few places; should likely be made intro a proper library function, or incorporated into the generic constant save path *) val shrink_entry : ('a, 'b) Context.Named.Declaration.pt list -> 'c Declare.proof_entry -> 'c Declare.proof_entry * Constr.t list