From 7879ca63ca17d5ed9d44e4161cf56a89315777ab Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 18 Oct 2008 19:16:44 +0000 Subject: [PATCH] haddock --- Ledger/Amount.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ledger/Amount.hs b/Ledger/Amount.hs index 4be2d8f9c..52286e348 100644 --- a/Ledger/Amount.hs +++ b/Ledger/Amount.hs @@ -1,7 +1,7 @@ {-| An 'Amount' is some quantity of money, shares, or anything else. -A simple amount is a commodity, quantity pair: +A simple amount is a 'Commodity', quantity pair: @ $1 @@ -13,14 +13,14 @@ A simple amount is a commodity, quantity pair: 0 @ -A mixed amount is zero or more simple amounts: +A 'MixedAmount' is zero or more simple amounts: @ $50, EUR 3, AAPL 500 16h, $13.55, oranges 6 @ -Not fully implemented: +Not implemented: Commodities may be convertible or not. A mixed amount containing only convertible commodities can be converted to a simple amount. Arithmetic examples: