Description
Provides RIO, a standard-library style foundation for Haskell applications. It combines common imports, safer defaults, logging patterns, and an application environment style used by many production Haskell projects.
It is useful for teams that want an opinionated base for application development instead of assembling many pieces manually. It is a developer library and affects code structure rather than adding a user-facing program.