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]
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'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <4.18), base-compat (>=0.9.1 && <0.13), deepseq (>=1.1 && <2), dlist (>=0.8 && <1.1), semigroupoids (>=5.1 && <5.4), semigroups (>=0.18.2 && <0.21) [details] |
Tested with | ghc ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 |
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 13 made by phadej at 2022-08-23T14:25:09Z |
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.3, NixOS:0.1.3, Stackage:0.1.3 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2721 total (26 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] |