18 Nov
2006
18 Nov
'06
5:31 a.m.
On 11/17/06, Aaron Denney <wnoise@ofb.net> wrote:
On 2006-11-17, Bulat Ziganshin <bulat.ziganshin@gmail.com> wrote:
foreach = flip mapM for = flip mapM_ on = flip when forever = sequence_ . repeat new = newIORef (=:) = writeIORef ......
i'm pretty sure that for novices learning Haskell studying these names will be much simpler than studying Monad concepts and so on
Which will eventually handicap them.
Agreed. I would suggest this is no more useful than f . g = g f or the like. /g