hydrogen-0.7.0.0: An alternate Prelude
This is an alternative to Prelude that is not meant to depart drastically from the standard. The principles of Hydrogen are:
- Be total, not partial.
- Use
Text, notString. - Use generic functions, not Data.List functions.
- Whatever is omitted should be replaced.
To use this package, use the NoImplicitPrelude language option, and import
H.Prelude.
Signatures