lensGetSet

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