package coq

  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;
}
val empty : t
val full : t
val var_full : t
val cst_full : t
val is_empty : t -> bool
val is_transparent_variable : t -> Names.Id.t -> bool
val is_transparent_constant : t -> Names.Constant.t -> bool