implementation("io.kotest:kotest-property-arrow:6.0.1")
Enhances property-based testing by integrating with Arrow's functional data types, offering generators for structures like `Either`, `Option`, and `NonEmptyList`.