joinlist: Join list - symmetric list type
Deprecated
A JoinList - a list type with with cheap catenation.
Generally speaking, joinlists have cheap construction (cons, snoc and join aka. append) and expensive manipulation. For most use-cases Data.Sequence is a more appropriate data structure.
Changelog
3.0 - Added views as per Data.Sequence and takes and drops. Changed show instance to mimic Data.Sequence.
2.0 - more operations and some bugfixes (toList...),
wrap
renamed tosingleton
.
Downloads
- joinlist-0.3.0.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, 0.2.0, 0.3.0 |
---|---|
Dependencies | base (<5) [details] |
License | BSD-3-Clause |
Copyright | Stephen Tetley 2009-2010 |
Author | |
Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
Category | Data |
Home page | http://code.google.com/p/copperbox/ |
Uploaded | by StephenTetley at 2010-02-14T14:13:39Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2603 total (8 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] |