package ocamlgraph

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

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