package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b

doc/coq-core.kernel/TransparentState/index.html

Module TransparentStateSource

Sourcetype t = {
  1. tr_var : Names.Id.Pred.t;
  2. tr_cst : Names.Cpred.t;
}

Sets of names

Sourceval empty : t

Everything opaque

Sourceval full : t

Everything transparent

Sourceval var_full : t

All variables transparent

Sourceval cst_full : t

All constant transparent

Sourceval is_empty : t -> bool
Sourceval is_transparent_variable : t -> Names.Id.t -> bool
Sourceval is_transparent_constant : t -> Names.Constant.t -> bool
OCaml

Innovation. Community. Security.