add missing type signatures, for tags

This commit is contained in:
Simon Michael 2009-04-07 21:38:38 +00:00
parent 2eb5f40875
commit 2c989522da
2 changed files with 2 additions and 0 deletions

View File

@ -425,6 +425,7 @@ postingamount =
return a
) <|> return missingamt
someamount :: GenParser Char st MixedAmount
someamount = try leftsymbolamount <|> try rightsymbolamount <|> nosymbolamount
leftsymbolamount :: GenParser Char st MixedAmount

View File

@ -35,4 +35,5 @@ accountNamesFromTransactions ts = nub $ map account ts
sumTransactions :: [Transaction] -> MixedAmount
sumTransactions = sum . map amount
nulltxn :: Transaction
nulltxn = Transaction 0 False (parsedate "1900/1/1") "" "" nullmixedamt RegularPosting