hledger-lib-0.22: Core data types, parsers and utilities for the hledger accounting tool.

Safe HaskellNone

Hledger.Data.FormatStrings

Documentation

parseFormatString :: String -> Either String [FormatString]Source

formatValue :: Bool -> Maybe Int -> Maybe Int -> String -> StringSource

data FormatString Source

Constructors

FormatLiteral String 
FormatField Bool (Maybe Int) (Maybe Int) HledgerFormatField 

Instances