lensSetIdempotent

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