base-compat-0.10.5: A compatibility layer for base

Safe HaskellTrustworthy
LanguageHaskell98

Data.List.Compat

Synopsis

Documentation

iterate' :: (a -> a) -> a -> [a] #

'iterate\'' is the strict version of iterate.

It ensures that the result of each application of force to weak head normal form before proceeding.