summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/foldl/metadata.xml')
-rw-r--r--dev-haskell/foldl/metadata.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-haskell/foldl/metadata.xml b/dev-haskell/foldl/metadata.xml
new file mode 100644
index 000000000000..5cdf37ee3d00
--- /dev/null
+++ b/dev-haskell/foldl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ This library provides strict left folds that stream in constant
+ memory, and you can combine folds using @Applicative@ style to derive new
+ folds. Derived folds still traverse the container just once and are often as
+ efficient as hand-written folds.
+ </longdescription>
+</pkgmetadata>