package ocamlgraph

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

Module type Cycles.GSource

Minimal graph signature required by Johnson. Sub-signature of Sig.G.

type t
module V : Sig.COMPARABLE
val nb_vertex : t -> int
val iter_vertex : (V.t -> unit) -> t -> unit
val iter_succ : (V.t -> unit) -> t -> V.t -> unit
val fold_succ : (V.t -> 'a -> 'a) -> t -> V.t -> 'a -> 'a