On Tue, 25 Jan 2000, D. Tweed wrote:

Oops, fixing two thinko's

> f _ [] = []
> f a xs =res:f a' zs
>         (ys,zs)=splitAt 40 xs
>         (a',res)=doStuff a ys

(My haskell coding is getting worse than my C++, which I didn't believe
possible...)

___cheers,_dave________________________________________________________
www.cs.bris.ac.uk/~tweed/pi.htm     Farenheit 451 is the temperature at  
email: [EMAIL PROTECTED] which paper burns. Let's do an experiment to
work tel: (0117) 954-5253 see what temperature melts human brain cells.


Reply via email to