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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2.1nb4, Package name: hs-hw-fingertree-0.1.2.1nb4, Maintainer: pkgsrc-users

A general sequence representation with arbitrary annotations, for use as a
base for implementations of various collection types, with examples, 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://staff.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.


Master sites:

Filesize: 15.033 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 07:09:05 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-hw-fingertree: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 08:53:49 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-hw-fingertree: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-30 08:01:12 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-hw-fingertree: import hs-hw-fingertree-0.1.2.1

A general sequence representation with arbitrary annotations, for use as a
base for implementations of various collection types, with examples, 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://staff.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.