Module Make.ControlLocationSource

Control locations are also vertices in the graph. We provide to_int that uniquely identifies each node, as they will be used as keys in PatriciaTree.

include PatriciaTree.KEY
Sourcetype t
Sourceval to_int : t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval pretty : Format.formatter -> t -> unit