Module Dependency.TopologicalTraversalSource

Module of the topological traversal of the graph, provided by OCamlGraph

Sourceval fold : (ScopeDependencies.V.t -> 'a -> 'a) -> ScopeDependencies.t -> 'a -> 'a
Sourceval iter : (ScopeDependencies.V.t -> unit) -> ScopeDependencies.t -> unit