type t =
| Bigstring of bigstring
| String of string
| Bytes of Bytes.t
val weight : t -> int
val pp : t Fmt.t
val sub : t -> int -> int -> t