The issue is that this constructor it's not actual...
# arrow
r
The issue is that this constructor it's not actually for effects. This is what in ZIO is called
succedLazy
. That is, a version of
just
that is lazily evaluated. The upcoming arrow pure linter will not allow
println
and in general things that return
Unit
or call functions that return Unit used in this ctor.