package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val iter : ?pre:(PG.V.t -> unit) -> ?post:(PG.V.t -> unit) -> PG.t -> unit
val prefix : (PG.V.t -> unit) -> PG.t -> unit
val postfix : (PG.V.t -> unit) -> PG.t -> unit
val iter_component : ?pre:(PG.V.t -> unit) -> ?post:(PG.V.t -> unit) -> PG.t -> PG.V.t -> unit
val prefix_component : (PG.V.t -> unit) -> PG.t -> PG.V.t -> unit
val postfix_component : (PG.V.t -> unit) -> PG.t -> PG.V.t -> unit
type iterator = Graph.Traverse.Dfs(PG).iterator
val start : PG.t -> iterator
val step : iterator -> iterator
val get : iterator -> PG.V.t
val has_cycle : PG.t -> bool
OCaml

Innovation. Community. Security.