Taint.Kind
Each object that the engine tracks has an associated kind, that denotes a class of objects that share the same semantic properties.
In layman terms, kind allows analyses to distinguish their taints from other taints, since it introduces namespacing between different analyses so that several analyses could be ran in parallel without intersecting with each other.
module Make (Machine : Bap_primus.Std.Primus.Machine.S) : sig ... end
include Core_kernel.Comparable.S_plain
with type t := t
and type comparator_witness = Bap_primus.Std.Primus.Value.comparator_witness
type comparator_witness = Bap_primus.Std.Primus.Value.comparator_witness
val comparator : (t, comparator_witness) Base__.Comparator.comparator
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end