package stog

  1. Overview
  2. Docs

Module Stog.GraphSource

Annotated sparse graphs.

Sourcemodule type GMap = sig ... end
Sourcemodule type S = sig ... end

This is the output signature of the functor creating a graph module.

Sourcemodule Make (M : GMap) (Edge : Map.OrderedType) : S with type key = M.key and type edge_data = Edge.t

Making a graph module.

This is a convenient functor using the Map module of the standard library to build the GMap module required by Make from the P parameter.

OCaml

Innovation. Community. Security.