package ocamlgraph

  1. Overview
  2. Docs

Generic GraphMl Printer

module type G = sig ... end

Graph information required by Graphml

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

Graphml Printer given a graph and required info

OCaml

Innovation. Community. Security.