package ocamlgraph

  1. Overview
  2. Docs

Graphml Printer given a graph and required info

Parameters

module G : G
module L : sig ... end

Signature

val print : Format.formatter -> G.t -> unit

print fmt graph print the GraphMl representation of the given graph on the given formatter

OCaml

Innovation. Community. Security.