package coq

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

Use this module only to bootstrap EConstr

module ESorts : sig ... end
module EInstance : sig ... end
type t = econstr
val whd_evar : evar_map -> t -> t
val of_constr : Constr.t -> t
val of_constr_array : Constr.t array -> t array
val to_constr : ?abort_on_undefined_evars:bool -> evar_map -> t -> Constr.t
val to_constr_opt : evar_map -> t -> Constr.t option
val unsafe_to_constr : t -> Constr.t
val unsafe_to_constr_array : t array -> Constr.t array
val unsafe_eq : (t, Constr.t) Util.eq
val of_named_context : (Constr.t, Constr.types) Context.Named.pt -> (t, t) Context.Named.pt
val of_rel_context : (Constr.t, Constr.types) Context.Rel.pt -> (t, t) Context.Rel.pt