I actually took a snippet you posted earlier as an...
# arrow
j
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) } }
.