| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Unused.CLI.Views.SearchResult.Types
Synopsis
- data ResultsOptions = ResultsOptions {}
- data ResultsFormat
- type ResultsPrinter = ReaderT ResultsOptions IO
- data ColumnFormat = ColumnFormat {
- cfPrintTerm :: String -> String
- cfPrintPath :: String -> String
- columnFormat :: ResultsPrinter ColumnFormat
- outputFormat :: ResultsPrinter ResultsFormat
- runReaderT :: ReaderT r m a -> r -> m a
- liftIO :: MonadIO m => IO a -> m a
Documentation
data ResultsOptions Source #
Constructors
| ResultsOptions | |
Fields | |
data ResultsFormat Source #
type ResultsPrinter = ReaderT ResultsOptions IO Source #
data ColumnFormat Source #
Constructors
| ColumnFormat | |
Fields
| |
runReaderT :: ReaderT r m a -> r -> m a #