aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-Stream/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-Stream/pkg-descr')
-rw-r--r--devel/hs-Stream/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/hs-Stream/pkg-descr b/devel/hs-Stream/pkg-descr
new file mode 100644
index 000000000000..4418b830261e
--- /dev/null
+++ b/devel/hs-Stream/pkg-descr
@@ -0,0 +1,6 @@
+This package implements functions, analogous to those from Data.List, to
+create and manipulate infinite lists: data Stream a = Cons a (Stream a).
+It provides alternative definitions for those Prelude functions that make
+sense on such streams.
+
+WWW: http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/