diff options
author | Mark H Weaver <mhw@netris.org> | 2013-03-27 21:11:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-03-27 21:11:06 -0400 |
commit | 579127cce488ce208d62e68e679e34fbbdc17367 (patch) | |
tree | 1d71e9a03e932b224c6f0fecb7d4fe614efc86dd | |
parent | 10b8cf1ebdba6989e8c9b23838d2f20d6cb7d60b (diff) | |
download | guile-579127cce488ce208d62e68e679e34fbbdc17367.tar.gz |
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.
-rw-r--r-- | doc/ref/srfi-modules.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 5b02aec19..1fc60984a 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -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. |