Paketname | haskell-edison-api-doc |
Beschreibung | documentation of the Edison Haskell library |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.2.1-12 |
Sektion | universe/doc |
Priorität | optional |
Installierte Größe | 1316 Byte |
Hängt ab von | |
Empfohlene Pakete | ghc6-doc |
Paketbetreuer | Ubuntu Developers |
Quelle | haskell-edison-api |
Paketgröße | 121042 Byte |
Prüfsumme MD5 | afb61c2a9d04a4e8bdcdbf2daabef255 |
Prüfsumme SHA1 | 8080adda074ccfae6c652486fa36548767616781 |
Prüfsumme SHA256 | 3c3cea2005a0e7182df5ff5abe963e2b83fb94cef54a2e8477eebe7aeab44f05 |
Link zum Herunterladen | haskell-edison-api-doc_1.2.1-12_all.deb |
Ausführliche Beschreibung | Documentation of the Edison library containing efficent,
purely-functional data structures for Haskell.
.
Edison is a library of purely function data structures for Haskell
originally written by Chris Okasaki. Conceptually, it consists of two
things:
- A set of type classes defining data the following data structure
abstractions: 'sequences', 'collections' and 'associative
collections'
- Multiple concrete implementations of each of the abstractions
|