Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val 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
val 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