Module Graphs.JSON_Graph

Parameters

module V : sig ... end
module G : Graph.Sig.G with type V.t = V.t

Signature

val graph_to_json : G.t -> [> `Assoc of (string * [> `Assoc of (string * [> `String of string ]) list | `List of [> `Assoc of (string * [> `Int of int ]) list ] list ]) list ]