Module MultiGraph.G.Edge.Label


module Label: Print.PRINTABLE_TYPE 
The printable type of edge labels.

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.