1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/hs-Stream/pkg-descr
Martin Wilke 1efa109fa9 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/

PR:		ports/129215
Submitted by:	Samy Al Bahra <sbahra at kerneled.org>
2008-11-29 21:02:00 +00:00

7 lines
307 B
Plaintext

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/