Description
Provides Relude, an alternative standard library for Haskell focused on safety, performance, usability, and a lightweight dependency footprint. It replaces or supplements the default Prelude with more practical defaults.
It is useful for projects that want fewer partial functions, clearer imports, and common utilities available from one base library. It affects source-code conventions and is not an application users launch.