Module Stdlib.Utf8_string

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