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