mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
30 lines
960 B
XML
30 lines
960 B
XML
<?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>
|
|
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>
|
|
<upstream>
|
|
<remote-id type="hackage">sop-core</remote-id>
|
|
<remote-id type="github">well-typed/generics-sop</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|