package ocamlgraph

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

Persistent Graph Implementations.

module type S = sig ... end

Signature of persistent graphs.

module Digraph : sig ... end

Persistent Directed Graphs.

module Graph : S

Persistent Undirected Graphs.