package links

  1. Overview
  2. Docs
type t =
  1. | Float of float
  2. | Int of int
  3. | Bool of bool
  4. | String of string
  5. | Char of char
  6. | DateTime of Timestamp.t
val compare : t -> t -> Ppx_deriving_runtime.int
val type_of : t -> Primitive.t
module DateTime : sig ... end
val escape_string : string -> string
val to_string : t -> string