timothyhobbs@seznam.cz writes:I could be wrong, but I suspect this is unlikely to result in (hardly)
> import Control.Monad
> foo = do
> forever $ writeFile "filename.foo" "Hello world!"
any disk operations at all, as long as there is _any_ write caching in
the system.