openbsd-ports/devel/hs-dlist/pkg/DESCR
jim 823c811b5c import hs-dlist version 0.5
feedback and ok kili@
2010-09-19 15:32:50 +00:00

4 lines
189 B
Plaintext

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