[Haskell-cafe] let and fixed point operator

ok ok at cs.otago.ac.nz
Thu Aug 30 19:08:29 EDT 2007


What is so bad about

     f x = g x''
       where x'' = x' + transform
             x'  = x  * scale

(if you really hate inventing temporary names, that is).




More information about the Haskell-Cafe mailing list