Module MultiGraph.G.Edge.Label
module Label:The printable type of edge labels.Print.PRINTABLE_TYPE
type
t
The type.
val print : Format.formatter -> t -> unit
A pretty-printer for this type. This function prints values of type
t
in
the current pretty-printing box.