@hackage intro0.1.0.0
\"Fixed Prelude\" - Mostly total and safe, provides Text and Monad transformers
Installation
Tested Compilers
Dependencies (18)
- base >=4.8 && <5.0
- bifunctors >=5.2 && <5.5
- binary >=0.7 && <0.9
- bytestring >=0.9 && <0.11
- containers >=0.5 && <0.6
- deepseq >=1.4 && <1.5 Show all…
Dependents (2)
@hackage/talash, @hackage/intro-prelude
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.