@hackage hydrogen0.3.0.0
An alternate Prelude
Categories
License
GPL-3.0-only
Maintainer
hydrogen@karlv.net
Links
Versions
Installation
Dependencies (6)
- base >=4.7 && <4.9
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.6
- mtl >=2.1 && <2.3
- text >=1.2 && <1.3
- pretty >=1.1 && <1.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
dev
(off by default)
Enable developer mode
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
.