Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = [
| `Assoc of (Base.string * t) Base.list
| `Bool of Base.bool
| `Float of Base.float
| `Int of Base.int
| `Intlit of Base.string
| `List of t Base.list
| `Null
| `String of Base.string
| `Tuple of t Base.list
| `Variant of Base.string * t Base.option
]
val sexp_of_t : t -> Base.Sexp.t
val t_of_sexp : Base.Sexp.t -> t