Inquiry about Type Aliases for Effect in Comparison to ZIO
Hey I can't seem to find any type aliases for Effect, do any exist? Something similar to ZIO's UIO/URIO/RIO/Task/IO is what I'm looking for. If not, have/would you consider adding them?
I find the following to be a compelling justification for using them to help specify the exact power needed in an API and generally makes it way quicker/easier to read in my experience.
Source: https://zio.dev/reference/core/zio/uio
I find the following to be a compelling justification for using them to help specify the exact power needed in an API and generally makes it way quicker/easier to read in my experience.
Source: https://zio.dev/reference/core/zio/uio
