Blog articles/Data: Difference between revisions
DonStewart (talk | contribs) |
DonStewart (talk | contribs) |
||
Line 63: | Line 63: | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Data%20Structures Data structures on Hackage] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Data%20Structures Data structures on Hackage] | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Generics Generics on Hackage] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Generics Generics on Hackage] | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Control Control structures on Hackage] |
Revision as of 08:29, 18 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.