Description
A Haskell library that provides an enhanced core Prelude used as a foundation for alternate preludes. It collects common imports and functions so projects can start from a more practical default environment.
Developers use it when they want a consistent base for Haskell source files without repeatedly defining the same imports. It shapes code style and dependencies rather than adding a user-facing program.