Module OpamCompat.StringSource
Sourceval exists : (char -> bool) -> string -> bool Sourceval starts_with : prefix:string -> string -> bool Sourceval ends_with : suffix:string -> string -> bool Sourceval for_all : (char -> bool) -> string -> bool Sourceval fold_left : ('a -> char -> 'a) -> 'a -> string -> 'a