package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/coq-core.engine/Evd/MiniEConstr/index.html

Module Evd.MiniEConstrSource

Use this module only to bootstrap EConstr

Sourcemodule ESorts : sig ... end
Sourcemodule EInstance : sig ... end
Sourcetype t = econstr
Sourceval whd_evar : evar_map -> t -> t
Sourceval of_constr : Constr.t -> t
Sourceval of_constr_array : Constr.t array -> t array
Sourceval to_constr : ?abort_on_undefined_evars:bool -> evar_map -> t -> Constr.t
Sourceval to_constr_opt : evar_map -> t -> Constr.t option
Sourceval unsafe_to_constr : t -> Constr.t
Sourceval unsafe_to_constr_array : t array -> Constr.t array
Sourceval unsafe_eq : (t, Constr.t) Util.eq
OCaml

Innovation. Community. Security.