Module Stdlib.Utf8_string

type t = private
| Utf8 of string
val of_string_exn : string -> t
val compare : t -> t -> int