Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-hw-fingertree
From: Masatake Daimon
Date: 2023-01-30 08:01:12
Message id: 20230130070112.8E4C7FA90@cvs.NetBSD.org
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.
Files: