Module Values_1.DagNodesSource

Sourcetype nonrec t = CodeGenNode.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : CodeGenNode.t list -> [> `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 ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> CodeGenNode.t list
Sourceval of_json : [> Yojson.Safe.t ] -> CodeGenNode.t list
Sourceval to_json : CodeGenNode.t list -> Yojson.Safe.t