hs-dlist-0.7.1.2p3 – list-like type supporting O(1) append
Description
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.