Join Slack
Communities
Powered by
The issue is that this constructor it's not actual...
# arrow
r
raulraja
05/18/2019, 12:24 PM
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.
Open in Slack
Previous
Next