package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type +'a focus
type 'a t = 'a focus Proofview.tactic
val return : 'a -> 'a t
val bind : 'a t -> ('a -> 'b t) -> 'b t
val lift : 'a Proofview.tactic -> 'a t
val run : 'a t -> ('a -> unit Proofview.tactic) -> unit Proofview.tactic
val enter : (Proofview.Goal.t -> 'a t) -> 'a t
val with_env : 'a t -> (Environ.env * 'a) t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val (<*>) : unit t -> 'a t -> 'a t
module List : sig ... end
module Notations : sig ... end