type signature for nullposting so tags can find it

This commit is contained in:
Simon Michael 2011-06-13 20:59:13 +00:00
parent 6cd0c1aa56
commit 238594d976

View File

@ -26,6 +26,7 @@ import Hledger.Data.Dates (nulldate, spanContainsDate)
instance Show Posting where show = showPosting instance Show Posting where show = showPosting
nullposting :: Posting
nullposting = Posting False "" nullmixedamt "" RegularPosting [] Nothing nullposting = Posting False "" nullmixedamt "" RegularPosting [] Nothing
showPosting :: Posting -> String showPosting :: Posting -> String