aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-Stream
Commit message (Collapse)AuthorAgeFilesLines
* This package implements functions, analogous to those from Data.List, toMartin Wilke2008-11-294-0/+59
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> Notes: svn path=/head/; revision=223582