package ocamlgraph

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

Module Graph.PersistentSource

Persistent Graph Implementations.

Sourcemodule type S = sig ... end

Signature of persistent graphs.

Sourcemodule Digraph : sig ... end

Persistent Directed Graphs.

Sourcemodule Graph : S

Persistent Undirected Graphs.