intro

\"Fixed Prelude\" - Mostly total and safe, provides Text and Monad transformers

https://github.com/minad/intro#readme

Version on this page:0.1.0.0
LTS Haskell 19.33:0.9.0.0
Stackage Nightly 2022-03-17:0.9.0.0
Latest on Hackage:0.9.0.0

See all snapshots intro appears in

MIT licensed and maintained by Daniel Mendler
This version can be pinned in stack with:intro-0.1.0.0@sha256:261ba02448c76bdd6e62978756ce7a49b8b5d08f98b2931d939c5c1229b11db0,2177

Module documentation for 0.1.0.0

Modern Prelude which provides safe alternatives for most of the partial functions. Text is preferred over String. Container types and Monad transformers are provided. Most important - this Prelude avoids fanciness. This means it just reexports from base and commonly used libraries and doesn't invent its own stuff. Everything is in one file.