Functor Defaultgraphs.MakePackageGraph.DisplayF

module DisplayF: 
functor (G : Graph.Sig.I) -> sig .. end
Parameters:
G : Graph.Sig.I

include G
val vertex_name : Cudf.package -> string
val graph_attributes : 'a -> 'b list
val get_subgraph : 'a -> 'b option
val default_edge_attributes : 'a -> 'b list
val default_vertex_attributes : 'a -> 'b list
val vertex_attributes : Cudf.package -> [> `Color of int ] list
val edge_attributes : 'a -> 'b list