package ocamlgraph

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

Module Graph.GmlSource

Parser and pretty-printer for GML file format.

Sourcetype value =
  1. | Int of int
  2. | Float of float
  3. | String of string
  4. | List of value_list
Sourceand value_list = (string * value) list

Parser

Sourcemodule Parse (B : Builder.S) (L : sig ... end) : sig ... end

Provide a parser for GML file format.

Pretty-printer

Sourcemodule type G = sig ... end

Signature for graph required by Print. Sub-signature of Sig.G.

Sourcemodule Print (G : G) (L : sig ... end) : sig ... end

Provide a pretty-printer for GML file format.

OCaml

Innovation. Community. Security.