Sourceval to_basic :
t->[> `Assoc of (string * 'a) list| `Bool of bool| `Float of float| `Int of int| `List of 'a list| `Null| `String of string ]as 'a
Sourceval to_safe :
t->[> `Assoc of (string * 'a) list| `Bool of bool| `Float of float| `Int of int| `Intlit of string| `List of 'a list| `Null| `String of string ]as 'a