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]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
semigroupoids | Build with semigroupoids dependency | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- dlist-nonempty-0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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), deepseq (>=1.3 && <1.5), dlist (>=1.0 && <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.5 || ==9.4.4 |
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> |
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 2022-12-27T18:05:04Z |
Distributions | LTSHaskell:0.1.3, NixOS:0.1.3 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2785 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |