Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Jsonaf.t
include Core.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val typeof : t -> string
val as_assoc : t -> (string, t) Core.List.Assoc.t
val as_number : t -> string
val as_int : t -> int
val as_float : t -> float
val as_string : t -> string
val as_bool : t -> bool
val keys : t -> string list