Understanding Effect.try Return Types in Programming
Hey guys! Does Effect.try returns a different type when it succeed than other utils? Could somebody explain what's going on here? 
Code is coming...
I have used the syntax above for other utils I wrote using
Now these cases fail but if I would change it to this:
It is all good. I am a bit puzzled here
Code is coming...
I have used the syntax above for other utils I wrote using
Effect and there was no issue when I was running the tests.Now these cases fail but if I would change it to this:
It is all good. I am a bit puzzled here
