Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/snoyberg/foundation
- Owner: snoyberg
- Created: 2012-03-01T11:07:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-06T20:15:04.000Z (over 12 years ago)
- Last Synced: 2024-05-08T20:19:55.211Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 95.7 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.