On 5/28/07, Donald Bruce Stewart <[EMAIL PROTECTED]> wrote:
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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
