unused-0.6.1.1: 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 k r m a -> r -> m a #

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

Lift a computation from the IO monad.