intro: Safe and minimal prelude
Intro is a modern Prelude which provides safe alternatives
for most of the partial functions and follows other
best practices, e.g., Text is preferred over String.
For String overloading the extension OverloadedStrings
should be used.
Container types and Monad transformers are provided.
Most important - this Prelude tries to keep things simple. This means it just reexports from base and commonly used libraries and adds only very few additional functions. Everything is exported explicitly to provide a stable interface and to improve the quality of the documentation.
[Skip to Readme]
Downloads
- intro-0.5.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1.0, 0.0.2.0, 0.0.2.1, 0.0.2.2, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.5.2.1, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.8.0.0, 0.9.0.0 |
---|---|
Dependencies | base (>=4.8 && <5.0), bifunctors (>=5.2 && <5.5), bytestring (>=0.9 && <0.11), containers (>=0.5 && <0.7), deepseq (>=1.4 && <1.5), dlist (>=0.7 && <0.9), extra (>=1.5.1 && <1.7), hashable (>=1.2.5 && <1.3), mtl (>=2.2 && <2.3), safe (>=0.3.11 && <0.4), text (>=0.7 && <1.3), transformers (>=0.4 && <0.6), unordered-containers (>=0.2 && <0.3), writer-cps-mtl (>=0.1.1.2 && <0.2) [details] |
Tested with | ghc ==8.0.1, ghc ==8.2.1, ghc ==8.4.3, ghc ==8.6.1 |
License | MIT |
Copyright | 2016-2017 Daniel Mendler |
Author | Daniel Mendler <mail@daniel-mendler.de> |
Maintainer | Daniel Mendler <mail@daniel-mendler.de> |
Category | Prelude |
Home page | https://github.com/minad/intro#readme |
Bug tracker | https://github.com/minad/intro/issues |
Source repo | head: git clone https://github.com/minad/intro |
Uploaded | by minad at 2018-10-31T15:17:57Z |
Distributions | |
Reverse Dependencies | 2 direct, 1 indirect [details] |
Downloads | 18566 total (96 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-11-02 [all 1 reports] |