- stream-null? objectprocedure
stream-null? returns #t if the object is the distinguished nil stream, and otherwise returns #f
(stream-null? stream-null) => #t (stream-null? (stream-cons 'a stream-null)) => #f (stream-null? 3) => #f
stream-null? returns #t if the object is the distinguished nil stream, and otherwise returns #f
(stream-null? stream-null) => #t (stream-null? (stream-cons 'a stream-null)) => #f (stream-null? 3) => #f