package goblint

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

Streaming GraphML output.

module type GraphMlWriter = sig ... end
module type StringGraphMlWriter = GraphMlWriter with type node = string
module EnumerateNodeGraphMlWriter (N : Stdlib.Hashtbl.HashedType) (M : StringGraphMlWriter) : GraphMlWriter with type node = N.t
module DeDupGraphMlWriter (Node : Stdlib.Hashtbl.HashedType) (M : GraphMlWriter with type node = Node.t) : GraphMlWriter with type node = Node.t
OCaml

Innovation. Community. Security.