docs: updates

This commit is contained in:
Simon Michael 2009-11-25 17:44:51 +00:00
parent 48f6e03325
commit 92c87f088a

View File

@ -56,7 +56,7 @@ data Commodity = Commodity {
data Amount = Amount {
commodity :: Commodity,
quantity :: Double,
price :: Maybe MixedAmount -- ^ unit price for this amount at posting time, if known (from \@ or P)
price :: Maybe MixedAmount -- ^ unit price/conversion rate for this amount at posting time
} deriving (Eq)
newtype MixedAmount = Mixed [Amount] deriving (Eq)