package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | I8 of int
  2. | I32 of int32
  3. | I64 of int64
  4. | F32 of int32
  5. | F64 of int64
type printer = [
  1. | `Pretty
  2. | `Hexadecimal
]
val compare : t -> t -> int
val equal : t -> t -> bool
val num_of_bool : bool -> t
val set_default_printer : printer -> unit
val pp : Prelude.Fmt.formatter -> t -> unit
val to_string : t -> string
val to_json : t -> Yojson.Basic.t
val type_of : t -> Ty.t
OCaml

Innovation. Community. Security.