
30 May
2007
30 May
'07
1:40 a.m.
On 5/28/07, Donald Bruce Stewart
This thread should end, guys. It is inappropriate for the Haskell lists, and appears to have been a simple misunderstanding anyway.
Thanks everyone. Please stay friendly!
-- Don
P.S. Have some cute code:
Control.Monad.Fix.fix ((1:) . scanl (+) 1)
Speaking of cute code, I'm fond of this: map length . List.group . Control.Monad.Fix.fix $ show And other (longer) variations which generate only powers of two. It's a great conversation starter for teaching about fix. Jason