[Haskell-cafe] Re: humor

2004-07-30 Thread Gabriel Ebner
[EMAIL PROTECTED] writes: Well... more seriously, does someone have got links to applications with visible source? The only one I know is darcs: http://abridgegame.org/darcs Gabriel. pgpuyQnbS1skj.pgp Description: PGP signature ___

Re: [Haskell-cafe] Re: humor

2004-07-30 Thread Jon Cast
Sean Perry [EMAIL PROTECTED] wrote: Gabriel Ebner wrote: [EMAIL PROTECTED] writes: Well... more seriously, does someone have got links to applications with visible source? The only one I know is darcs: http://abridgegame.org/darcs which is actually quite readable, even for

Re: [Haskell-cafe] Re: humor

2004-07-30 Thread Sean Perry
Jon Cast wrote: Obviously you haven't realized the great beauty of $. You cannot like $ to much. foldr should be defined as follows: foldr f z [] = id $ z foldr f z (x:xn) = (f $ x) $ foldr f z xn etc. :) Am I to assume there is some sarcasm here? Hope so (-: (Sorry, still new to the list,