On Wed, 2007-08-22 at 23:24 +0200, Marc A. Ziegert wrote: > i interpret it as this: > > all [ usage x > usage y || fun_to_talk_about x > fun_to_talk_about y > | let lang=[minBound .. maxBound] -- C++,Haskell,Java,etc. > , x<-lang > , y<-lang > , irc_channel_users x > irc_channel_users y > ]
all [ x `isUsedMoreThan` y || x `isMoreFunToTalkAboutThan` y | ...] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
