Skip to content

Commit

Permalink
list other functions
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Jul 9, 2011
1 parent 2e893d1 commit 5ae6ad7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.txt
Expand Up @@ -148,6 +148,13 @@ Supports the following operations:
* lazy.takeWhile(f)
* lazy.bucket(init, f)
* lazy.lines
* lazy.sum(f)
* lazy.product(f)
* lazy.foldr(op, i, f)
* lazy.skip(n)
* lazy.head(f)
* lazy.tail(f)
* lazy.join(f)

The Lazy object itself has a .range property for generating all the possible ranges.

Expand Down

0 comments on commit 5ae6ad7

Please sign in to comment.