package encoding

  1. Overview
  2. Docs
type t =
  1. | True
  2. | False
  3. | Int of int
  4. | Real of float
  5. | Str of string
  6. | Num of Num.t
val equal : t -> t -> bool
val type_of : t -> Ty.t
val pp : Stdlib.Format.formatter -> t -> unit
val pp_num : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string
OCaml

Innovation. Community. Security.