Description
Provides a sensible set of defaults for writing custom Haskell Preludes. A custom Prelude changes the common functions and types imported by default in a project.
It is useful for teams that want safer defaults, fewer partial functions, and a more consistent base import style. It is a developer library and affects source-code conventions, not runtime behavior by itself.