Blog articles/Data: Difference between revisions
DonStewart (talk | contribs) |
DonStewart (talk | contribs) |
||
Line 28: | Line 28: | ||
* [http://neilbartlett.name/blog/2007/04/11/haskell-an-imperative-language-with-mutable-state/ Haskell: an Imperative Language with Mutable State] | * [http://neilbartlett.name/blog/2007/04/11/haskell-an-imperative-language-with-mutable-state/ Haskell: an Imperative Language with Mutable State] | ||
===Compression and serialisation === | |||
* [[Serialisation and compression with Data_Binary]] | |||
=== Generics === | === Generics === |
Revision as of 04:44, 9 July 2007
Data structures
Trees
- A Tree Grows Up in Haskell: Building a Dictionary Type
- Flattening trees
- Map fusion: Making Haskell 225% faster
Stacks
Queues
Zipper
Strings
Mutable data
Compression and serialisation
Generics
Miscelleanous
Further reading
Control structures
See also the subsections for monads and comonads.