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

Safe HaskellNone
LanguageHaskell2010

Unused.CLI.Views.SearchResult.Types

Synopsis

Documentation

data ResultsFormat Source #

Constructors

Column 
List 

runReaderT :: ReaderT r m a -> r -> m a #

liftIO :: MonadIO m => IO a -> m a #

Lift a computation from the IO monad.