Module Graph.DGraphTreeLayout

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