Description
An alternate Prelude.
Description
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
Data.Text.Text
, notData.String.String
.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
.