(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* t -> Proof.t; suggest: Proof.t -> Pp.t } (** A registered behavior can then be accessed in Coq through the command [Set Bullet Behavior "name"]. Two modes are registered originally: * "Strict Subproofs": - If this bullet follows another one of its kind, defocuses then focuses (which fails if the focused subproof is not complete). - If it is the first bullet of its kind, then focuses a new subproof. * "None": bullets don't do anything *) val register_behavior : behavior -> unit (** Handles focusing/defocusing with bullets: *) val put : Proof.t -> t -> Proof.t val suggest : Proof.t -> Pp.t (** Deprecated *) val pr_goal_selector : Goal_select.t -> Pp.t [@@ocaml.deprecated "Please use [Goal_select.pr_goal_selector]"] val get_default_goal_selector : unit -> Goal_select.t [@@ocaml.deprecated "Please use [Goal_select.get_default_goal_selector]"]