arrow-kt / arrow-fx

Λrrow Fx is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
64 stars 15 forks source link

Fix computation block in parTraverse #323

Closed nomisRev closed 3 years ago

nomisRev commented 3 years ago

Fixes:

e: /arrow-fx/arrow-fx-coroutines/src/main/kotlin/arrow/fx/coroutines/ParTraverse.kt: (196, 3): Type mismatch: inferred type is Either<E, List> but Either<E, List> was expected e: /arrow-fx/arrow-fx-coroutines/src/main/kotlin/arrow/fx/coroutines/ParTraverse.kt: (197, 5): Type mismatch: inferred type is List but List was expected e: /arrow-fx/arrow-fx-coroutines/src/main/kotlin/arrow/fx/coroutines/ParTraverse.kt: (198, 26): Unresolved reference: !