From 579127cce488ce208d62e68e679e34fbbdc17367 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 27 Mar 2013 21:11:06 -0400 Subject: [PATCH] SRFI-41 stream-null is a Scheme Variable, not a Constant. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggested by Ludovic Courtès . * doc/ref/srfi-modules.texi (SRFI-41 Stream Primitives): Label 'stream-null' as a Scheme Variable, not a Constant. --- doc/ref/srfi-modules.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.