summaryrefslogtreecommitdiff
blob: be738f8fa844a29180740bce1ed62f7c91252fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>
		This package contains the generics system described in the
		"Scrap Your Boilerplate" papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB).
		It defines the 'Data' class of types permitting folding and unfolding
		of constructor applications, instances of this class for primitive
		types, and a variety of traversals.
	</longdescription>
</pkgmetadata>