NOTICE: This package has been removed from pkgsrc

./wip/hs-fingertree, Generic finger-tree structure, with example instances

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.0.1.0, Package name: hs-fingertree-0.0.1.0, Maintainer: pho

A general sequence representation with arbitrary annotations, with
example implementations of various collection types, as described in
section 4 of

Ralf Hinze and Ross Paterson, "Finger trees: a simple
general-purpose data structure", Journal of Functional Programming
16:2 (2006) pp
197-217. http://www.soi.city.ac.uk/~ross/papers/FingerTree.html

For a tuned sequence type, see Data.Sequence in the containers
package, which is a specialization of this structure.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8bb5b4e9965c90dcbd19ec36a879eb451b3aa41a
RMD160: 84fc80c6432892b01ba905d5c6af8c756ecfaf71
Filesize: 9.832 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2011-07-11 12:20:05 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-fingertree-0.0.1.0 as wip/hs-fingertree.

A general sequence representation with arbitrary annotations, with
example implementations of various collection types, as described in
section 4 of

    Ralf Hinze and Ross Paterson, "Finger trees: a simple
    general-purpose data structure", Journal of Functional Programming
    16:2 (2006) pp
    197-217. http://www.soi.city.ac.uk/~ross/papers/FingerTree.html

For a tuned sequence type, see Data.Sequence in the containers
package, which is a specialization of this structure.