j
k
j a
j l
On Mon, Aug 15, 2011 at 9:00 AM, Tim Cowlishaw wrote:
...iterate (>>= f) . return $ a
iterate (>>= f) . return $ a
Sorry, I meant:
sequence . iterate (>>= f) . return $ a
Thanks, Tim
Back to the thread
Back to the list