Module Make.ControlLocation
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
val to_int : t -> intval hash : t -> intval pretty : Stdlib.Format.formatter -> t -> unit