Module Defaultgraphs.SyntacticDependencyGraph.Display


module Display: sig .. end

include G
val vertex_name : Defaultgraphs.SyntacticDependencyGraph.G.V.t -> string
val graph_attributes : 'a -> [> `Rankdir of [> `LeftToRight ] ] list
val get_subgraph : 'a -> 'b option
val default_edge_attributes : 'a -> 'b list
val default_vertex_attributes : 'a -> [> `Shape of [> `Box ] ] list
val vertex_attributes : Defaultgraphs.SyntacticDependencyGraph.G.V.t ->
[> `Color of int | `Label of string | `Shape of [> `Diamond ] ] list
val edge_attributes : Defaultgraphs.SyntacticDependencyGraph.G.E.t ->
[> `Color of int | `Label of string | `Style of [> `Dashed | `Solid ] ] list