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