Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Render.Svg
Sourceval make_direct_dep_text :
assoc_node ->
layer2_deps:'a list ->
sharing_stats:assoc_stats ->
string
val make_direct_deps_nodes :
deps_w_positions:((assoc_node * position) * 'a list) list ->
sharing_stats:assoc_stats ->
[> Svg_types.g ] Svg.elt list
val make_direct_deps_edges :
deps_w_positions:((assoc_node * position) * 'a list) list ->
sharing_stats:assoc_stats ->
[> Svg_types.g ] Svg.elt list * string
val make_layer2_nodes_spiral :
layer2_deps:assoc_node list ->
layer2_deps_center:Gg.v2 ->
sharing_stats:assoc_stats ->
[> Svg_types.g ] Svg.elt list
val make_layer2_nodes_grid :
layer2_deps:assoc_node list ->
layer2_deps_center:Gg.v2 ->
sharing_stats:assoc_stats ->
[> Svg_types.g ] Svg.elt list
val make_layer2_deps :
deps_w_positions:(('a * position) * assoc_node list) list ->
sharing_stats:assoc_stats ->
[> Svg_types.g ] Svg.elt list
val make_deps :
sharing_stats:assoc_stats ->
assoc_graph ->
[> Svg_types.g ] Svg.elt list * string
val of_assoc :
sharing_stats:assoc_stats ->
assoc_graph ->
([> `Defs | `G ], [> `Class | `ViewBox ]) output