The latest version of dlist-nonempty is 0.1.3-1.

dlist-nonempty

Version 0.1.1 revision 5 uploaded by phadej.

Package meta

Synopsis
Non-empty difference lists
Description

Difference lists are 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.

DList a         ≅ [a] -> [a]
NonEmptyDList a ≅ [a] -> NonEmpty a

For empty variant, DList, see dlist package.

Author
Don Stewart, Oleg Grenrus
Bug reports
https://github.com/phadej/dlist-nonempty/issues
Category
Data
Copyright
2006-2009 Don Stewart, 2013-2016 Sean Leather, 2017 Oleg Grenrus
Homepage
https://github.com/phadej/dlist-nonempty
Maintainer
Oleg Grenrus <oleg.grenrus@iki.fi>
Package URL
n/a
Stability
n/a

Components