bag: A simple stable bag.

[ data-structures, deprecated, library, mit ] [ Propose Tags ]
Deprecated in favor of dlist

bag provides an alternative to a list for cases where constant time concatenation is required.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4 && <5) [details]
License MIT
Author Daniel Waterworth <da.waterworth@gmail.com>
Maintainer Daniel Waterworth <da.waterworth@gmail.com>
Category Data Structures
Uploaded by DanielWaterworth at 2011-07-22T14:45:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1256 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]

Readme for bag-0.1

[back to package description]
bag provides an alternative to a list for cases where constant time 
concatenation is required.