Module Make_hex.Hex
type nonrec t
= I.t
val compare : t -> t -> int
val hash_fold_t : Hash.state -> t -> Hash.state
val hash : t -> Hash.hash_value
include Stringable.S with type t := t
val to_string_hum : ?delimiter:char -> t -> string