Module DotPrinter.DisplaySource
include module type of struct include G end
Sourceval fold_edges_e : (edge -> 'a -> 'a) -> t -> 'a -> 'a Sourceval create : ?size:int -> unit -> t Sourceval vertex_name : int -> string Sourceval graph_attributes : 'a -> 'b list Sourceval get_subgraph : 'a -> 'b option Sourceval default_edge_attributes : 'a -> 'b list Sourceval default_vertex_attributes : 'a -> 'b list Sourceval vertex_attributes : 'a -> 'b list Sourceval edge_attributes : 'a -> 'b list