candy
candy copied to clipboard
Seed fuzzer with constants/values from currently fuzzed function
Consider this function:
foo value = ifElse (value | equals 5) { Ok value } { Error "NOPE" }
Currently, the fuzzer is going in blind without using for example, the value 5 present in the function. Adding this to the initial population could help provide sensible values for parameters.