Arb.flatMap is broken #1500
Labels
bug 🐛
Issues that report a problem or error in the code.
property-testing 📏
Related to the property testing mechanisms within the testing framework.
Milestone
Arbs by their nature are infinite, so flatMap { a -> a.flatMap { arbB } } doesn't work because the inner arb never expires to then request a value from the outer arb.
The text was updated successfully, but these errors were encountered: