Module String_monoid.Underlying

type t =
  1. | String of Core.String.t
  2. | Bigstring of Core.Bigstring.t
  3. | Char of char