About

Metadata

  • Last updated , by KarlVoelker
  • License GPL-3.0-only
  • Categories Prelude
  • Maintained by: hydrogen@karlv.net

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    dev (off by default)

    Enable developer mode

Readme

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.