base-compat-0.10.0: A compatibility layer for base

Safe HaskellNone
LanguageHaskell98

Data.List.Compat

Synopsis

Documentation

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

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

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