package ocamlgraph

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

Module Graph.MergeSource

Provides functions to extend any module satisfying one of the signatures Sig.P, Sig.I and Builder.S .

Sourcemodule type S = sig ... end
Sourcemodule B (X : Builder.S) : S with type graph = X.G.t and type vertex := X.G.vertex and type edge := X.G.edge and type edge_label = X.G.E.label

Extension for the module X.

Sourcemodule P (G : Sig.P) : S with type graph = G.t and type vertex := G.vertex and type edge := G.edge and type edge_label = G.E.label

Extension for the module G.

Sourcemodule I (G : Sig.I) : sig ... end

Extension for the module G.

OCaml

Innovation. Community. Security.