getOptionSet

suspend fun <A, B> getOptionSet(    optionalGen: Arb<Optional<A, B>>,     aGen: Arb<A>,     eq: (A, A) -> Boolean): PropertyContext