The joinlist package
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
0.3.0 - Added views as per Data.Sequence and takes and drops. Changed show instance to mimic Data.Sequence.
0.2.0 - more operations and some bugfixes (toList...), wrap renamed to singleton.
Properties
| Versions | 0.1.0, 0.2.0, 0.3.0 |
|---|---|
| Dependencies | base (<5) |
| License | BSD3 |
| Copyright | Stephen Tetley 2009-2010 |
| Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
| Stability | highly unstable |
| Category | Data |
| Home page | http://code.google.com/p/copperbox/ |
| Upload date | Sun Feb 14 14:13:39 UTC 2010 |
| Uploaded by | StephenTetley |
| Built on | ghc-6.12, ghc-7.0 |
Modules
- Data
Downloads
- joinlist-0.3.0.tar.gz (Cabal source package)
- package description (included in the package)