Module Smtml.NumSource

Sourcetype t =
  1. | I8 of int
  2. | I32 of int32
  3. | I64 of int64
  4. | F32 of int32
  5. | F64 of int64
Sourceval (=) : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval type_of : t -> Ty.t
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp_hex : Format.formatter -> t -> unit
Sourceval to_string : t -> string
Sourceval num_of_bool : bool -> t