Safe Haskell | Unsafe |
---|---|
Language | Haskell98 |
Progress estimates.
Documentation
progressWithCalls :: ((t -> IO b) -> t -> IO b) -> t -> IO b Source
...based on number of recursive calls.
It returns a result equivalent to that of fix f x.
progressWithCalls' :: ((a -> c) -> a -> c) -> a -> IO c Source