package ocamlgraph

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

Module Graph.BuilderSource

Graph builders in order to persistent/imperative graphs sharing a same signature.

Common interface for graph builders

.

Note: the following functions always return graphs but this is meaningless for imperative implementations (the graph is modified in-place). This is just to provide a common interface.

Sourcemodule type S = sig ... end
Sourcemodule type INT = S with type G.V.label = int

Builders for the various graph implementations

Sourcemodule P (G : Sig.P) : S with module G = G

Persistent Graphs Builders.

Sourcemodule I (G : Sig.I) : S with module G = G

Imperative Graphs Builders.

OCaml

Innovation. Community. Security.