Values_1.CodeGenNodeArgSourceAn argument or property of a node.
type nonrec t = {name : CodeGenArgName.t;The name of the argument or property.
*)value : CodeGenArgValue.t;The value of the argument or property.
*)param : Values_0.Boolean.t option;True if the value is used as a parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of CodeGenArgName.t ])
list ]