implementation("io.kotest:kotest-property-arrow:6.0.7")
Enhances property-based testing by introducing generators for Arrow data types like `Either`, `Option`, and `NonEmptyList`. Facilitates comprehensive testing of functional constructs.