Module Cfg.E

type t = V.t * V.t
val compare : t -> t -> int
type vertex = V.t
val src : t -> vertex
val dst : t -> vertex
type label = unit
val create : vertex -> label -> vertex -> t
val label : t -> label
val equal : t -> t -> bool
val pretty : Stdlib.Format.formatter -> t -> unit