package coq-core

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

Module TransparentStateSource

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

Sets of names

Sourceval empty : t

Everything opaque

Sourceval full : t

Everything transparent

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

Innovation. Community. Security.