
19 Dec
2010
19 Dec
'10
6:07 a.m.
On 19 December 2010 21:53, ender
Thanks for your quick reply. So recursive and monad is the proper way to simulate loop,right?
Well, recursion (either explicitly or implicitly via map, fold, etc.) rather than iteration (i.e. a loop) is the usual approach in Haskell. -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com