package ocamlgraph

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

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