mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
SRFI-41 stream-null is a Scheme Variable, not a Constant.
Suggested by Ludovic Courtès <ludo@gnu.org>. * doc/ref/srfi-modules.texi (SRFI-41 Stream Primitives): Label 'stream-null' as a Scheme Variable, not a Constant.
This commit is contained in:
parent
10b8cf1ebd
commit
579127cce4
1 changed files with 1 additions and 1 deletions
|
@ -3867,7 +3867,7 @@ and the two kinds of streams, accessors for both fields of a
|
|||
@code{stream-pair}, and a lambda that creates procedures that return
|
||||
streams.
|
||||
|
||||
@deffn {Constant} stream-null
|
||||
@deffn {Scheme Variable} stream-null
|
||||
A promise that, when forced, is a single object, distinguishable from
|
||||
all other objects, that represents the null stream. @code{stream-null}
|
||||
is immutable and unique.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue