Open Issues Need Help
View All on GitHub .toEitherT conversion about 1 month ago
AI Summary: Implement a `.toEitherT` method for the `IOHandle` library, allowing seamless conversion of `IOHandle` instances to `EitherT[IO, MyError, A]` for better integration with codebases already using `EitherT`. This involves creating a new method that leverages the existing error handling mechanisms of `IOHandle` to produce an `EitherT`.
Complexity:
3/5
good first issue