module String:sig..end
include StringLabels
include BatString
include BatString.Exceptionless
val for_all : f:(char -> bool) -> string -> boolval exists : f:(char -> bool) -> string -> boolval strip_final_cr : string -> stringval fold_lefti : f:('a -> int -> char -> 'a) -> 'a -> string -> 'a