Sourcetype t = [ | `Null| `Undefined| `Simple of int| `Bool of bool| `Int of int64| `Float of float| `Bytes of string| `Text of string| `Array of t list| `Map of (t * t) list| `Tag of int * t
] Sourceval to_string_diagnostic : t -> string