Module MyCFG.CfgEdge

Type of CFG "edges": keyed by 'from' and 'to' nodes, along with the list of connecting instructions.

type t = Node.t * edges * Node.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val hash : t -> int