packages feed

tilia-0.0.1.0: corpora/vendored/import/merging-keeps-a-trailing-comment-out.hs

module Ledger.Summary where

import Ledger.Posting
  ( postingAccount,
    postingAmount, -- signed, negative for credits
    postingDate,
  )

total :: [Posting] -> Int
total = sum . map postingAmount