diff options
Diffstat (limited to 'dev-haskell/generics-sop/metadata.xml')
| -rw-r--r-- | dev-haskell/generics-sop/metadata.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/generics-sop/metadata.xml b/dev-haskell/generics-sop/metadata.xml index fb4c04db0d88..3d015d9cde4c 100644 --- a/dev-haskell/generics-sop/metadata.xml +++ b/dev-haskell/generics-sop/metadata.xml @@ -5,35 +5,6 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - A library to support the definition of generic functions. - Datatypes are viewed in a uniform, structured way: - the choice between constructors is represented using an n-ary - sum, and the arguments of each constructor are represented using - an n-ary product. - - The module "Generics.SOP" is the main module of this library and contains - more detailed documentation. - - Examples of using this library are provided by the following - packages: - - * @<https://hackage.haskell.org/package/basic-sop basic-sop>@ basic examples, - - * @<https://hackage.haskell.org/package/pretty-sop pretty-sop>@ generic pretty printing, - - * @<https://hackage.haskell.org/package/lens-sop lens-sop>@ generically computed lenses, - - * @<https://hackage.haskell.org/package/json-sop json-sop>@ generic JSON conversions. - - 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> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file |
