Blog articles/Data: Difference between revisions
DonStewart (talk | contribs) |
DonStewart (talk | contribs) (→Listts) |
||
Line 23: | Line 23: | ||
* [http://www.haskell.org/haskellwiki/Zipper The Zipper] | * [http://www.haskell.org/haskellwiki/Zipper The Zipper] | ||
=== | ===Lists=== | ||
* [http://wadler.blogspot.com/2007/12/arithmetic-for-lists.html Arithmetic for lists] | * [http://wadler.blogspot.com/2007/12/arithmetic-for-lists.html Arithmetic for lists] |
Revision as of 00:33, 9 December 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
- Roll Your Own Window Manager: Tracking Focus with a Zipper
- From walking to zipping, Part 1: Moving right
- From walking to zipping, Part 2: Down and up
- The Zipper
Lists
Strings
Mutable data
Compression and serialisation
Generics
Miscelleanous
Further reading
Control structures
See also the subsections for monads and comonads.