diff options
Diffstat (limited to 'lazy-seqs-api.html')
-rw-r--r-- | lazy-seqs-api.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lazy-seqs-api.html b/lazy-seqs-api.html index 2ecb98e0..a8d565e2 100644 --- a/lazy-seqs-api.html +++ b/lazy-seqs-api.html @@ -94,6 +94,8 @@ by <span id="author">Stephen C. Gilardi</span><br /> [1] http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf [2] <a href="http://clj-me.blogspot.com/2008/06/primes.html">http://clj-me.blogspot.com/2008/06/primes.html</a></pre> + + <br /> <h2>Public Variables and Functions</h2> <div id="var-entry"> @@ -104,7 +106,9 @@ by <span id="author">Stephen C. Gilardi</span><br /> <pre id="var-usage">Usage: (fibs) </pre> <pre id="var-docstr">Returns a lazy sequence of all the Fibonacci numbers.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/lazy_seqs.clj#L82" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -113,7 +117,9 @@ by <span id="author">Stephen C. Gilardi</span><br /> <pre id="var-usage">Usage: (powers-of-2) </pre> <pre id="var-docstr">Returns a lazy sequence of all the powers of 2</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/lazy_seqs.clj#L87" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -121,7 +127,9 @@ by <span id="author">Stephen C. Gilardi</span><br /> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Lazy sequence of all the prime numbers.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/lazy_seqs.clj#L66" id="var-source">Source</a> + + + </div> |