package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.1.tar.gz
sha256=583471c8ed4f227cb374ee8a13a769c46579313d407db67a82d202ee48300e4b

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.