In Traversable exercises the 15th is buggy. Title: `toStream` will convert any _Traversable_ to a Stream which is a lazy list where elements are evaluated as they are needed. It expects a List instead of a Stream after `take`