Module TransparentState
type t={tr_var : Names.Id.Pred.t;tr_cst : Names.Cpred.t;}Sets of names
val empty : tEverything opaque
val full : tEverything transparent
val var_full : tAll variables transparent
val cst_full : tAll constant transparent
val is_empty : t -> boolval is_transparent_variable : t -> Names.Id.t -> boolval is_transparent_constant : t -> Names.Constant.t -> bool