summaryrefslogtreecommitdiff
blob: 9483c27eeca0d4b262b370a8204e54167ca9ac16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		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.
		&lt;http://www.soi.city.ac.uk/~ross/papers/FingerTree.html&gt;
		
		For a tuned sequence type, see @Data.Sequence@ in the
		@containers@ package, which is a specialization of
		this structure.
	</longdescription>
</pkgmetadata>