package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val of_constr : EConstr.constr -> t
val to_constr : t -> EConstr.constr option
val of_int : int -> t
val to_int : t -> int option
val to_list : t -> t list option
val apply : t -> t list -> unit Proofview.tactic
val apply_val : t -> t list -> t Ftactic.t