Re: Push and Pop on Infinite lists

2005-04-18 Thread Larry Wall
On Sun, Apr 17, 2005 at 11:33:45PM -0400, Stevan Little wrote: : I am working on edge cases and error cases for some of the t/builtin/ : tests. : : I know its a silly thing to do, but how should push and pop behave with : (0 .. Inf) lists? : : I read through this thread: : http://www.mail

Push and Pop on Infinite lists

2005-04-17 Thread Stevan Little
I am working on edge cases and error cases for some of the t/builtin/ tests. I know its a silly thing to do, but how should push and pop behave with (0 .. Inf) lists? I read through this thread: http://www.mail-archive.com/perl6-all@perl.org/msg39891.html But I did not see an "answer",