dlist-nonempty: Non-empty difference lists
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.
[Skip to Readme]
Versions [faq] | 0.1, 0.1.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <4.16), base-compat (>=0.9.1 && <0.12), deepseq (>=1.1 && <2), dlist (>=0.8 && <1.1), semigroupoids (>=5.1 && <5.4), semigroups (>=0.18.2 && <0.20) [details] |
License | BSD-3-Clause |
Copyright | 2006-2009 Don Stewart, 2013-2016 Sean Leather, 2017 Oleg Grenrus |
Author | Don Stewart, Oleg Grenrus |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Revised | Revision 10 made by phadej at 2021-02-20T21:39:37Z |
Category | Data |
Home page | https://github.com/phadej/dlist-nonempty |
Bug tracker | https://github.com/phadej/dlist-nonempty/issues |
Source repo | head: git clone git://github.com/phadej/dlist-nonempty.git |
Uploaded | by phadej at 2017-07-31T09:47:58Z |
Distributions | LTSHaskell:0.1.1, NixOS:0.1.1, Stackage:0.1.1 |
Downloads | 1911 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-07-31 [all 1 reports] |
Downloads
- dlist-nonempty-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.