type signature for nullposting so tags can find it
This commit is contained in:
parent
6cd0c1aa56
commit
238594d976
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user