lensConsistentSetModify

suspend fun <A, B> lensConsistentSetModify(    lensGen: Arb<Lens<A, B>>,     aGen: Arb<A>,     bGen: Arb<B>,     eq: (A, A) -> Boolean): PropertyContext