pkgsrc-wip/hs-dlist/DESCR
PHO / phonohawk 2f9ea5d0c4 Import hs-dlist-0.5 as wip/hs-dlist.
Differences lists: a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing,
(e.g. with the Writer monad), where list append quickly becomes too
expensive.
2011-07-08 09:23:29 +00:00

4 lines
210 B
Text

Differences lists: a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing,
(e.g. with the Writer monad), where list append quickly becomes too
expensive.