ghci> is <- Streams.fromList [1, 2, 3] ghci> Streams.maximum is 3 ghci> Streams.read is -- The stream is now empty Nothing