It would be great if you had a small GitHub repo, ...
# arrow
a
It would be great if you had a small GitHub repo, where people could try out the code that you cover in your posts on their computers. Maybe a single GH repo with different packages based on the articles coud work. Advanced articles and examples on Arrow (like Monad Transformers) are rare, I know I should contribute with more writing as well.
👍🏾 2
p
try to make this work:
object RIOApi: MonadError<...> by EitherT.monadError<ForIO, AppError>(IO.monad())
⬆️ 1
next,
Copy code
fun RIOApi.importUsers5()
should make your life easier