Values_1.CreateScriptRequestSourceTransforms a directed acyclic graph (DAG) into code.
type nonrec t = {dagNodes : DagNodes.t option;A list of the nodes in the DAG.
*)dagEdges : DagEdges.t option;A list of the edges in the DAG.
*)language : Language.t option;The programming language of the resulting code from the DAG.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of CodeGenArgName.t ])
list ]
list
| `String of CodeGenIdentifier.t ])
list ]
list ])
list ]