module DGraphTreeModel: sig .. end
sig
end
module type S = sig .. end
module SubTreeMake: functor (G : Graph.Graphviz.GraphWithDotAttrs) -> sig .. end
functor (
G
:
Graph.Graphviz.GraphWithDotAttrs
) ->
module SubTreeDotModelMake: sig .. end