Values_1.CodeGenNodeSourceRepresents a node in a directed acyclic graph (DAG)
type nonrec t = {id : CodeGenIdentifier.t;A node identifier that is unique within the node's graph.
*)nodeType : CodeGenNodeType.t;The type of node that this is.
*)args : CodeGenNodeArgs.t;Properties of the node, in the form of name-value pairs.
*)lineNumber : Values_0.Integer.t option;The line number of the node.
*)}val make :
?lineNumber:??? ->
id:CodeGenIdentifier.t ->
nodeType:CodeGenNodeType.t ->
args:CodeGenNodeArgs.t ->
unit ->
tval to_value :
t ->
[> `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 ]