Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snoyberg/foundation

An alternate Prelude for promote modern best practices.
https://github.com/snoyberg/foundation

Last synced: 26 days ago
JSON representation

An alternate Prelude for promote modern best practices.

Awesome Lists containing this project

README

        

An alternate Prelude. Unique features:

* Does not replace any of the existing type classes. Because of this, using
Foundation does not introduce a high overhead.

* Places as many functions as possible in type classes. This means functions
like `takeWhile` work for normal lists, `Text`, and `ByteString`.

* Promotes modern best practices, e.g. use `Text` for textual data.