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.6.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 && <2.0), hashable (>=1.2.5 && <2.0), mtl (>=2.2 && <2.3), safe (>=0.3.18 && <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.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.4 |
License | MIT |
Copyright | 2016-2017 Daniel Mendler |
Author | Daniel Mendler <mail@daniel-mendler.de> |
Maintainer | Daniel Mendler <mail@daniel-mendler.de> |
Revised | Revision 2 made by minad at 2020-03-18T10:14:54Z |
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 2019-12-04T11:23:29Z |
Distributions | |
Reverse Dependencies | 2 direct, 1 indirect [details] |
Downloads | 18830 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-12-04 [all 1 reports] |