package ocamlgraph

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Digraph.TopologicalSource

Topological order

Sourceval fold : (V.t -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval iter : (V.t -> unit) -> t -> unit
Sourceval fold_stable : (V.t -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval iter_stable : (V.t -> unit) -> t -> unit
OCaml

Innovation. Community. Security.