module E:sig..end
Edges
Edges are ORDERED.
type t
val compare : t -> t -> intEdges are directed.
val src : t -> Sig_pack.S.V.t
val dst : t -> Sig_pack.S.V.tEdges are labeled with integers.
typelabel =int
val create : Sig_pack.S.V.t -> label -> Sig_pack.S.V.t -> tcreate v1 l v2 creates an edge from v1 to v2 with label l
val label : t -> label
typevertex =Sig_pack.S.V.t