summaryrefslogtreecommitdiff
blob: 4e8ae96747d6fc03b5cc48f17149bc51c72c83e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>