dlist: Differences lists: lists supporting efficient append

[ bsd3, data, library ] [ Propose Tags ]

Differences lists: lists supporting efficient append


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2, 0.3, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.5, 0.6, 0.6.0.1, 0.7, 0.7.0.1, 0.7.1, 0.7.1.1, 0.7.1.2, 0.8, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.8.0.5, 0.8.0.6, 0.8.0.7, 0.8.0.8, 1.0
Dependencies base (<4.8) [details]
License BSD-3-Clause
Author Don Stewart
Maintainer <dons@cse.unsw.edu.au>
Revised Revision 1 made by HerbertValerioRiedel at 2014-12-29T23:50:22Z
Category Data
Uploaded by DonaldStewart at 2007-01-25T08:21:00Z
Distributions Arch:1.0, Debian:0.8.0.8, Fedora:1.0, FreeBSD:0.7.1.1, LTSHaskell:1.0, NixOS:1.0, Stackage:1.0, openSUSE:1.0
Reverse Dependencies 228 direct, 14400 indirect [details]
Downloads 413044 total (307 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for dlist-0.2

[back to package description]
DLists: a Haskell list type supporting O(1) append and snoc

Build instructions:

    $ runhaskell Setup.lhs configure --prefix=$HOME
    $ runhaskell Setup.lhs build
    $ runhaskell Setup.lhs install

Running the testsuite:
    $ cd tests && runhaskell Properties.hs

Author:
    Don Stewart
    http://www.cse.unsw.edu.au/~dons