The latest version of intro is 0.9.0.0-0.
intro
Version 0.1.0.3 revision 0 uploaded by minad.
Package meta
- Synopsis
- "Fixed Prelude" - Mostly total and safe, provides Text and Monad transformers
- Description
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 not to be too fancy. This means it just reexports from base and commonly used libraries and doesn't invent its own stuff.
Furthermore the Prelude is not scattered over multiple files to keep things simple. Everything is exported explicitly to improve the quality of the documentation.
- Author
- Daniel Mendler <mail@daniel-mendler.de>
- Bug reports
- https://github.com/minad/intro/issues
- Category
- Prelude
- Copyright
- 2016 Daniel Mendler
- Homepage
- https://github.com/minad/intro#readme
- Maintainer
- Daniel Mendler <mail@daniel-mendler.de>
- Package URL
- n/a
- Stability
- experimental