I think this constructor is the same as `Eval.late...
# arrow
r
I think this constructor is the same as
Eval.later
and therefore
later
, etc are better names than
sync
etc which implies effects. Since there is already
IO.effect
for suspended functions, I think it should be made clear this one is for lazy pure value although if you don't use the linter you could abuse it for other purposes, which is fine since we are still gonna build error handling around its invocations.