fugue alternatives and similar packages
Based on the "Development" category.
Alternatively, view fugue alternatives based on common mentions on social networks and blogs.
-
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of fugue or a related project?
Popular Comparisons
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.