Int.Hex
type t = Base.Int.t
include Sexplib0.Sexpable.S with type t := Base.Int.Hex.t
val t_of_sexp : Sexplib0.Sexp.t -> Base.Int.Hex.t
val sexp_of_t : Base.Int.Hex.t -> Sexplib0.Sexp.t
val t_sexp_grammar : Base.Int.Hex.t Sexplib0.Sexp_grammar.t
val compare : Base.Int.Hex.t -> Base.Int.Hex.t -> int
val hash_fold_t : Base.Hash.state -> Base.Int.Hex.t -> Base.Hash.state
val hash : Base.Int.Hex.t -> Base.Hash.hash_value
include Base.Stringable.S with type t := Base.Int.Hex.t
val of_string : string -> Base.Int.Hex.t
val to_string : Base.Int.Hex.t -> string
val to_string_hum : ?delimiter:char -> Base.Int.Hex.t -> string