I actually took a snippet you posted earlier as an example. đ But since this is new for me, I wasnât sure if I translated that snippet to my use case right. And this way seems slightly more âdifficultâ than utilising Try, because now I have to call this function like
unsafe { runBlocking { IO.monadDefer().parse(date) } }
.