SetDomain.SensitiveConfA functor for creating a path sensitive set domain, that joins the base * analysis whenever the user elements coincide. Just as above there is no top * element, and calling top () will raise an exception
module C : Printable.ProdConfigurationmodule User : Printable.Smodule Elt : sig ... endinclude sig ... endtype t = BatSet.Make(Elt).tval hash : t -> intval show : t -> stringval pretty : unit -> t -> Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Printable.jsonval invariant : Invariant.context -> t -> Invariant.tval tag : t -> intval arbitrary : unit -> t QCheck.arbitraryval bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> booltype elt = Elt.tval empty : unit -> tval is_empty : t -> boolval cardinal : t -> int