It might be useful to have an optional module that allows something like: ``` check(Arb.some<MyType>, Arb.some<OtherType>) { a, b -> .. } ``` to integrate with Kotest property tests.
It might be useful to have an optional module that allows something like:
to integrate with Kotest property tests.