list-like type supporting O(1) append
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.

Maintainer: Jim Razmus II <jim@openbsd.org>

WWW: http://hackage.haskell.org/package/dlist
