Module Ser_names.Cset_envSource
include CSig.SetS with type elt = Constant.t with type t = Names.Cset_env.t
Sourcetype t = Names.Cset_env.t val mem : elt -> t -> boolval remove : elt -> t -> tval equal : t -> t -> boolval subset : t -> t -> boolval iter : (elt -> unit) -> t -> unitval fold : (elt -> 'a -> 'a) -> t -> 'a -> 'aval for_all : (elt -> bool) -> t -> boolval exists : (elt -> bool) -> t -> boolval filter : (elt -> bool) -> t -> tval partition : (elt -> bool) -> t -> t * tval elements : t -> elt listval split : elt -> t -> t * bool * tinclude SerType.SJHC with type t := t
include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : t Base__Ppx_hash_lib.hash_fold Sourceval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare