Make_set.E
val ty : t Frama_c_kernel.Type.t
val descr : t Frama_c_kernel.Descr.t
val reprs : t list
val hash : t -> int
val pretty : Stdlib.Format.formatter -> t -> unit
val mem_project : (Frama_c_kernel.Project_skeleton.t -> bool) -> t -> bool
module Set : sig ... end
module Map : sig ... end
module Hashtbl : sig ... end
val of_string : string -> t
val to_string : t -> string
val of_singleton_string : string -> Set.t