rosso

General purpose utility library

Latest on Hackage:1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Robert Henderson
Maintained by robh dot junpi at gmail dot com

A miscellaneous collection of re-usable functions and data structures. Many of Rosso's modules are direct extensions of the Haskell base libraries; for example, Data.Map.Rosso1 extends Data.Map, Control.Monad.Rosso1 extends Control.Monad, etc.

Rosso is designed to remain backward-compatible with any client code that works with an older version of itself. To this end, all module names include explicit version numbers.