package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Information for a single top-level named constant

type 'constr t
val make : name:Names.Id.t -> typ:'constr -> ?args:Names.Name.t list -> ?impargs:Impargs.manual_implicits -> ?using:Proof_using.t -> unit -> 'constr t
val to_constr : Evd.evar_map -> EConstr.t t -> Constr.t t
val get_typ : 'constr t -> 'constr