The simpleprelude package
simpleprelude provides an alternative Prelude module for teaching as well as wrappers for ghc, and ghci to use them.
The simplified Prelude omits the type classes Num, Integral, and Ord. Instead it provides monomorphically typed arithmetic operators on Integer.
It also provides two executables: simple-ghc and simple-ghci which are wrappers around ghc and ghci. They are pre-configured to use the Prelude module of this library instead of base's Prelude module.
Properties
| Versions | 1.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1.0, 1.0.1.2, 1.0.1.3 |
|---|---|
| Dependencies | base (>3 & <5), ghc-paths (0.1.*), process (≥1.0 & <1.2) |
| License | BSD3 |
| Author | Jean-Marie Gaillourdet |
| Maintainer | jmg@cs.uni-kl.de |
| Category | Teaching |
| Source repository | hg clone https://softech.cs.uni-kl.de/hg/public/simpleprelude |
| Executables | simple-ghci, simple-ghc |
| Upload date | Thu Oct 6 08:53:24 UTC 2011 |
| Uploaded by | JeanMarieGaillourdet |
| Built on | ghc-7.2 |
Modules
Downloads
- simpleprelude-1.0.0.3.tar.gz (Cabal source package)
- package description (included in the package)