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 graph_attributes : 'a -> [> `Rankdir of [> `LeftToRight ] ] list Sourceval get_subgraph : 'a -> 'b option Sourceval default_edge_attributes : 'a -> 'b list Sourceval default_vertex_attributes : 'a -> [> `Shape of [> `Box ] ] list Sourceval vertex_attributes :
G.V.t ->
[> `Color of int
| `Label of string
| `Shape of [> `Diamond | `Ellipse | `Record ] ]
list Sourceval edge_attributes :
G.E.t ->
[> `Color of int
| `Dir of [> `None ]
| `Label of string
| `Style of [> `Dashed | `Solid ] ]
list