module E:Sig.EDGEwith type vertex = V.t
type t
val compare : t -> t -> int
type vertex
val src : t -> vertexval dst : t -> vertextype label
val create : vertex -> label -> vertex -> tcreate v1 l v2 creates an edge from v1 to v2 with label lval label : t -> label