Blog articles/Data
From HaskellWiki
(Difference between revisions)
(→Mutable data) |
(→Control structures) |
||
| Line 47: | Line 47: | ||
See also the subsections for [[Blog_articles/Monads#Monads|monads]] and [[Blog_articles/Monads#Comonads|comonads]]. | See also the subsections for [[Blog_articles/Monads#Monads|monads]] and [[Blog_articles/Monads#Comonads|comonads]]. | ||
| + | |||
| + | === Codata === | ||
| + | |||
| + | * [http://sigfpe.blogspot.com/2007/07/data-and-codata.html Data and Co-Data] | ||
=== Continuations === | === Continuations === | ||
Revision as of 02:34, 16 July 2007
Contents |
1 Data structures
1.1 Trees
- A Tree Grows Up in Haskell: Building a Dictionary Type
- Flattening trees
- Map fusion: Making Haskell 225% faster
1.2 Stacks
1.3 Queues
1.4 Zipper
1.5 Strings
1.6 Mutable data
1.7 Compression and serialisation
1.8 Generics
1.9 Miscelleanous
1.10 Further reading
2 Control structures
See also the subsections for monads and comonads.
