summaryrefslogtreecommitdiff
blob: 7e93c91ee66a826c1ffc235e1a4be21dd86c897b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Implementation of n-ary sums and n-ary products.
		
		The module "Data.SOP" is the main module of this library and contains
		more detailed documentation.
		
		The main use case of this package is to serve as the core of
		https://hackage.haskell.org/package/generics-sop generics-sop 
		
		A detailed description of the ideas behind this library is provided by
		the paper:
		
		* Edsko de Vries and Andres Löh.
		http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products
		Workshop on Generic Programming (WGP) 2014.
		
	</longdescription>
</pkgmetadata>