| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hledger.Flow.Types
Documentation
data LogMessage Source #
Instances
| Show LogMessage Source # | |
Defined in Hledger.Flow.Types Methods showsPrec :: Int -> LogMessage -> ShowS # show :: LogMessage -> String # showList :: [LogMessage] -> ShowS # | |
type FullTimedOutput = (FullOutput, NominalDiffTime) Source #
data HledgerInfo Source #
Constructors
| HledgerInfo | |
Instances
| Show HledgerInfo Source # | |
Defined in Hledger.Flow.Types Methods showsPrec :: Int -> HledgerInfo -> ShowS # show :: HledgerInfo -> String # showList :: [HledgerInfo] -> ShowS # | |
data SystemInfo Source #
Constructors
| SystemInfo | |
Fields
| |
Instances
| Show SystemInfo Source # | |
Defined in Hledger.Flow.Types Methods showsPrec :: Int -> SystemInfo -> ShowS # show :: SystemInfo -> String # showList :: [SystemInfo] -> ShowS # | |
class HasVerbosity a where Source #
Instances
| HasVerbosity ReportOptions Source # | |
Defined in Hledger.Flow.Report.Types Methods verbose :: ReportOptions -> Bool Source # | |
| HasVerbosity ImportOptions Source # | |
Defined in Hledger.Flow.Import.Types Methods verbose :: ImportOptions -> Bool Source # | |
class HasBaseDir a where Source #
Instances
| HasBaseDir ReportOptions Source # | |
Defined in Hledger.Flow.Report.Types Methods baseDir :: ReportOptions -> FilePath Source # | |
| HasBaseDir ImportOptions Source # | |
Defined in Hledger.Flow.Import.Types Methods baseDir :: ImportOptions -> FilePath Source # | |
class HasSequential a where Source #
Methods
sequential :: a -> Bool Source #
Instances
| HasSequential ReportOptions Source # | |
Defined in Hledger.Flow.Report.Types Methods sequential :: ReportOptions -> Bool Source # | |
| HasSequential ImportOptions Source # | |
Defined in Hledger.Flow.Import.Types Methods sequential :: ImportOptions -> Bool Source # | |