From 19ff69bb83e91151feee6b3ef5c09ac588073b13 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 19 Dec 2009 01:56:04 +0000 Subject: [PATCH] docs: haddock --- Ledger/LedgerPosting.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Ledger/LedgerPosting.hs b/Ledger/LedgerPosting.hs index e27212add..19bc64e2b 100644 --- a/Ledger/LedgerPosting.hs +++ b/Ledger/LedgerPosting.hs @@ -1,9 +1,8 @@ {-| A 'LedgerPosting' is a 'Posting' with its parent 'Transaction' \'s date -and description attached. We flatten Transactions into multiple -LedgerPostings, which most of the time are simpler to work with. (So far, -at least - this is not quite settled.) +and description attached. We flatten Transactions into these, since they +are usually simpler to work with. -}