package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val set_endline_tactic : Genarg.glob_generic_argument -> t -> t
val pf_map : (Proof_global.t -> Proof_global.t) -> t -> t
val pf_fold : (Proof_global.t -> 'a) -> t -> 'a
val by : unit Proofview.tactic -> t -> t * bool
module Proof_ending : sig ... end
module Recthm : sig ... end
module Info : sig ... end
val start_lemma : name:Names.Id.t -> poly:bool -> ?udecl:UState.universe_decl -> ?info:Info.t -> Evd.evar_map -> EConstr.types -> t
val start_dependent_lemma : name:Names.Id.t -> poly:bool -> ?udecl:UState.universe_decl -> ?info:Info.t -> Proofview.telescope -> t
type lemma_possible_guards = int list list
val start_lemma_with_initialization : ?hook:DeclareDef.Hook.t -> poly:bool -> scope:DeclareDef.locality -> kind:Decls.logical_kind -> udecl:UState.universe_decl -> Evd.evar_map -> (bool * lemma_possible_guards * unit Proofview.tactic list option) option -> Recthm.t list -> int list option -> t
val default_thm_id : Names.Id.t
val save_lemma_admitted : lemma:t -> unit
val save_lemma_proved : lemma:t -> opaque:Proof_global.opacity_flag -> idopt:Names.lident option -> unit
module Internal : sig ... end
val save_lemma_admitted_delayed : proof:Proof_global.proof_object -> info:Info.t -> unit
val save_lemma_proved_delayed : proof:Proof_global.proof_object -> info:Info.t -> idopt:Names.lident option -> unit
OCaml

Innovation. Community. Security.