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.3.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.19), deepseq (>=1.3 && <1.5), dlist (>=1.0 && <1.1), foldable1-classes-compat (>=0.1 && <0.2), semigroupoids (>=5.1 && <6.1), semigroups (>=0.18.2 && <0.21) [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> |
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 2023-04-12T14:22:19Z |
Distributions | LTSHaskell:0.1.2, NixOS:0.1.2, Stackage:0.1.3 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2428 total (19 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] |