Is there a way to use Arbitrary while only having test-strategy as a dev dependency?
proptest-derive supports this but I couldn't get it to work with test-strategy.
PS: Thanks for this library. I find it a lot more ergonomic that proptest, and love the async support.