
10 Nov
2012
10 Nov
'12
2:21 p.m.
On 10 November 2012 15:19, Ian Lynagh
These are already done as far as I can see?
You're right. I was looking at the wrong patch.
foldlM :: (Foldable t, Monad m) => (a -> b -> m a) -> a -> t b -> m a to: foldlM :: (Foldable t, Monad m) => (b -> a -> m b) -> b -> t a -> m b
I'll do this one.
Thanks, Bas