We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API:
Fuzz.charRange : Char -> Char -> Fuzzer Char
Usage:
Fuzz.charRange 'a' 'z' : Fuzzer Char Fuzz.charRange 'A' 'Z' : Fuzzer Char Fuzz.charRange '0' '9' : Fuzzer Char
Perhaps some pre-baked fuzzers could also be added (naming would need some work):
Fuzz.numChar : Fuzzer Char Fuzz.alphaNumChar : Fuzzer Char Fuzz.alphaChar : Fuzzer Char Fuzz.lowercaseAlphaChar : Fuzzer Char Fuzz.uppercaseAlphaChar : Fuzzer Char
as we already have Fuzz.asciiChar etc.!
Fuzz.asciiChar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
API:
Usage:
Perhaps some pre-baked fuzzers could also be added (naming would need some work):
as we already have
Fuzz.asciiChar
etc.!The text was updated successfully, but these errors were encountered: