Module Graph__.DGraphTreeLayout
module Make : functor (Tree : Graph.Graphviz.GraphWithDotAttrs) -> functor (TreeManipulation : sig ... end) -> sig ... end
module MakeFromDotModel : functor (Tree : Graph.Sig.G with type V.label = Graph.DGraphModel.DotG.V.t and type E.label = unit) -> functor (TreeManipulation : sig ... end) -> sig ... end