Parameter Print.1-G

type t
type vertex
module E : sig ... end
val is_directed : bool
val iter_vertex : ( vertex -> unit ) -> t -> unit
val iter_edges_e : ( E.t -> unit ) -> t -> unit