>Daniel Fischer <daniel.is.fischer <at> web.de> writes: > > foldl' (\z x -> (x*z) `mod` m) 1 [1 .. 5] Very clever. Thanks a lot. Need to study strict versions of fold. Zbig