Popularity
2.2
Declining
Activity
0.0
Stable
2
3
0

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development    

fugue alternatives and similar packages

Based on the "Development" category.
Alternatively, view fugue alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fugue or a related project?

Add another 'Development' Package

README

fugue

Fugue is a recapitulation and elaboration on the Prelude. It reexports most of the Prelude, substituting more general functions where appropriate (using Data.Traversable's mapM instead of Prelude or Control.Monad's, for instance). Additionally, it exports a bunch of base library modules that always tend to have a needful function or two that didn't find its way into the Prelude.

The library is largely an experiment to see how much havoc a "more complete" Prelude might wreak.