fugue: A recapitulated prelude with minimal dependencies and profligate exports.
Fugue intends to scratch that itchy feeling you
get when you realize you need to import Data.Foldable,
then hide foldr from the prelude; when you can't decide
whether to go all the way to the top of your buffer to
import Control.Monad to get forM or just use
(flip mapM) instead. Importing Control.Applicative
just for (<$>) is annoying, but so is writing `fmap`
everywhere. Fugue exports a bunch of useful stuff so you
don't have to, tending to prefer more general functions
from various and sundry corners of the base libraries to
those in Prelude.
Downloads
- fugue-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1 |
|---|---|
| Dependencies | base (<5) [details] |
| License | BSD-3-Clause |
| Author | Alec Heller |
| Maintainer | alec@deviant-logic.net |
| Category | Development |
| Source repo | head: git clone git://github.com/deviant-logic/fugue.git |
| Uploaded | by AlecHeller at 2012-09-15T01:02:27Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 1303 total (2 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |