simpleprelude: A simplified Haskell prelude for teaching
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.
Release History:
1.0.1.1: Fixing missing operator precedences
1.0.1.0: Add a Haskell pre-processor to restore the feel of an implicityly imported Prelude although we use -XNoImplicitPrelude.
[Skip to Readme]
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.*), haskell-src-exts (==1.11.*), process (>=1.0 && <1.2), uniplate (==1.6.*) [details] |
License | BSD-3-Clause |
Author | Jean-Marie Gaillourdet |
Maintainer | jmg@cs.uni-kl.de |
Category | Teaching |
Source repo | head: hg clone https://softech.cs.uni-kl.de/hg/public/simpleprelude |
Uploaded | by JeanMarieGaillourdet at Wed Nov 2 08:33:40 UTC 2011 |
Distributions | NixOS:1.0.1.3 |
Executables | simple-pp, simple-ghci, simple-ghc |
Downloads | 2262 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
Downloads
- simpleprelude-1.0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)