Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@KtorZ KtorZ released this 24 Sep 12:24
· 0 commits to main since this release
v2.1.0
82f2c7f

Added

  • More primitives for combining fuzzers:
    • either2, either3, either4, either5, either6, either7, either8, either9
    • pick(xs: List<a>) -> Fuzzer<(Int, a)>
    • label_if(str: String, predicate: Bool) -> Void

Changed

  • Have bytearray primitives simplify towards the null bytestring (32 zeroes),
    so that it's easier to identify in simplified examples.