Given a stream aStream, returns a boolean telling if the stream is empty (i.e contains no element and is in fact equal to nil) Does not evaluate the stream
aStream
the list considered
Given a stream
aStream
, returns a boolean telling if the stream is empty (i.e contains no element and is in fact equal to nil) Does not evaluate the stream