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.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.