Description
Provides orphan instances for the RIO type from the rio package. Orphan instances add typeclass behavior outside the module that defines the type or the class, which can help compatibility but must be managed carefully.
It is useful when a project needs these specific RIO instances to work with other libraries. It is a support library and is usually selected because source code depends on those instances.