package catala

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

Module Graphs.JSON_GraphSource

Parameters

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

Signature

Sourceval 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 ]