| Safe Haskell | None |
|---|
Penny.Copper.Types
Documentation
Constructors
| BlankLine | |
| IComment Comment | |
| PricePoint PricePoint | |
| Transaction Transaction |
mapItem :: (Comment -> Comment) -> (PricePoint -> PricePoint) -> (Transaction -> Transaction) -> Item -> ItemSource
mapItemA :: Applicative a => (Comment -> a Comment) -> (PricePoint -> a PricePoint) -> (Transaction -> a Transaction) -> Item -> a ItemSource
mapLedgerA :: Applicative a => (Item -> a Item) -> Ledger -> a LedgerSource