Module Proofview_monad.Shelf

Lens to the list of goals which have been shelved during the execution of the tactic.

type t = goal list
val get : t Logical.t
val set : t -> unit Logical.t
val modify : (t -> t) -> unit Logical.t