hydrogen

An alternate Prelude

https://www.github.com/ktvoelker/hydrogen

Latest on Hackage:0.3.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Karl Voelker
Maintained by [email protected]

This is an alternative to Prelude that is not meant to depart drastically from the standard. The principles of Hydrogen are:

  1. Be total, not partial.

  2. Use Data.Text.Text, not Data.String.String.

  3. Use generic functions, not Data.List functions.

  4. Whatever is omitted should be replaced.

To use this package, use the NoImplicitPrelude language option, and import H.Prelude.