Module Ast_utf8_string

type byte =
  1. | Single of int
  2. | Cont of int
  3. | Leading of int * int
  4. | Invalid
val classify : char -> byte
val next : string -> remaining:int -> int -> int
val simple_comparison : string -> bool
val is_unicode_string : string -> bool
val is_unescaped : string -> bool