unused-0.7.0.0: A command line tool to identify unused code.

Safe HaskellNone
LanguageHaskell2010

Unused.CLI.ProgressIndicator

Documentation

progressWithIndicator :: Monoid b => (a -> IO b) -> ProgressIndicator -> [a] -> IO b Source #