package json-derivers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Assoc of (Base.string * t) Base.list
  2. | `Bool of Base.bool
  3. | `Float of Base.float
  4. | `Int of Base.int
  5. | `Intlit of Base.string
  6. | `List of t Base.list
  7. | `Null
  8. | `String of Base.string
  9. | `Tuple of t Base.list
  10. | `Variant of Base.string * t Base.option
]
val sexp_of_t : t -> Base.Sexp.t
val t_of_sexp : Base.Sexp.t -> t
val compare : t -> t -> Base.int
val hash : t -> Base.int