openbsd-ports/devel/hs-dlist/pkg/DESCR

4 lines
189 B
Plaintext
Raw Normal View History

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.