Module Proofview_monad.Comb

Lens to the list of focused goals.

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