smtml
Smtml.Num
type t =
| I8 of int
| I32 of int32
| I64 of int64
| F32 of int32
| F64 of int64
val (=) : t -> t -> bool
val compare : t -> t -> int
val type_of : t -> Ty.t
val pp : Format.formatter -> t -> unit
val pp_hex : Format.formatter -> t -> unit
val to_string : t -> string
val num_of_bool : bool -> t