We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a131b commit 259edb9Copy full SHA for 259edb9
src/core/CCString.ml
@@ -1176,7 +1176,7 @@ let of_hex s = try Some (of_hex_exn s) with Invalid_argument _ -> None
1176
Q.(string) (fun s -> \
1177
of_hex_exn (to_hex s) = s)
1178
1179
- String.for_all (function 'A'..'F'|'a'..'f'|'0'..'9' -> true | _ -> false) @@ to_hex s)
+ CCString.for_all (function 'A'..'F'|'a'..'f'|'0'..'9' -> true | _ -> false) @@ to_hex s)
1180
*)
1181
1182
let pp_buf buf s =
0 commit comments