package ocamlgraph

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

Module type Gmap.E_SRCSource

Signature for the source graph.

type t
val fold_edges_e : (E.t -> 'a -> 'a) -> t -> 'a -> 'a