We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dafd80 commit 2a33120Copy full SHA for 2a33120
index.html
@@ -75,7 +75,7 @@ <h1>SRFI 127: Lazy Sequences</h1>
75
<h2>Abstract</h2> <p>Lazy sequences (or lseqs, pronounced
76
"ell-seeks") are a generalization of lists. In particular, an lseq is
77
either a proper list or a dotted list whose last cdr is a <a href=
78
- "srfi-121/">SRFI 121</a> generator. A generator is a procedure that can
+ "/srfi-121/">SRFI 121</a> generator. A generator is a procedure that can
79
be invoked with no arguments in order to lazily supply additional
80
elements of the lseq. When a generator has no more elements to return, it
81
returns an end-of-file object. Consequently, lazy sequences cannot
0 commit comments