Segment violation (was Re: Why I could not cast string to int?)

Ali Çehreli acehreli at yahoo.com
Thu Feb 2 15:26:52 PST 2012


On 02/02/2012 03:10 PM, Timon Gehr wrote:

 > LList!ulong fib(){
 > LList!ulong r;
 > r=cons(st(1UL),cons(st(1UL),lz(()=>zipWith((Lazy!ulong a, Lazy!ulong
 > b)=>lz(()=>a+b),r,r.tail)())));
 > return r;
 > }

Sorry, wrong newsgroup. alt.comp.lang.perl is around the corner. :p

Ali


More information about the Digitalmars-d-learn mailing list