package encoding

  1. Overview
  2. Docs
type t =
  1. | I8 of int
  2. | I32 of int32
  3. | I64 of int64
  4. | F32 of int32
  5. | F64 of int64
val (=) : t -> t -> bool
val type_of : t -> Ty.t
val pp : Stdlib.Format.formatter -> t -> unit
val pp_hex : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string
val num_of_bool : bool -> t
OCaml

Innovation. Community. Security.