Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mformat :: HasInputOpts c => Lens' c (Maybe StorageFormat)hledger-lib Hledger.Read.Common No documentation available.
mformat_ :: InputOpts -> Maybe StorageFormathledger-lib Hledger.Read.Common a file/storage format to try, unless overridden by a filename prefix. Nothing means try all.
rFormat :: Reader (m :: Type -> Type) -> StorageFormathledger-lib Hledger.Read.Common No documentation available.
mformat :: HasInputOpts c => Lens' c (Maybe StorageFormat)hledger-lib Hledger.Read.InputOptions No documentation available.
mformat_ :: InputOpts -> Maybe StorageFormathledger-lib Hledger.Read.InputOptions a file/storage format to try, unless overridden by a filename prefix. Nothing means try all.
dataFileFor :: FilePath -> Maybe FilePathhledger-lib Hledger.Read.RulesReader Given a rules file path, what would be the corresponding data file ? (Remove a .rules extension.)
rulesFileFor :: FilePath -> FilePathhledger-lib Hledger.Read.RulesReader Given a csv file path, what would be the corresponding rules file ? (Add a .rules extension.)
-
hledger-lib Hledger.Reports.ReportTypes A function to transform the result of the subreport
ansiFormatError :: String -> Stringhledger-lib Hledger.Utils.IO Apply standard ANSI SGR formatting (red, bold) suitable for console error text.
ansiFormatWarning :: String -> Stringhledger-lib Hledger.Utils.IO Apply standard ANSI SGR formatting (yellow, bold) suitable for console warning text.