1
Fork 0
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:
Mark H Weaver 2013-03-27 21:11:06 -04:00
parent 10b8cf1ebd
commit 579127cce4

View file

@ -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.