package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. tr_var : Names.Id.Pred.t;
  2. tr_cst : Names.Cpred.t;
  3. tr_prj : Names.PRpred.t;
}

Sets of names

val empty : t

Everything opaque

val full : t

Everything transparent

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

Innovation. Community. Security.