[Haskell-cafe] Re: humor

Jon Cast jcast at ou.edu
Thu Aug 5 09:01:39 EDT 2004


Sean Perry <sean.perry at intransa.com> wrote:
> 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, learning the idioms and mannerisms)

Yes.  Much sarcasm (which I considered appropriate given the official
subject).  And one :)

Jon Cast


More information about the Haskell-Cafe mailing list