clarify comment

This commit is contained in:
Simon Michael 2007-07-02 14:41:22 +00:00
parent 1e5e26878a
commit 58374bf730

View File

@ -9,9 +9,9 @@ import Amount
-- We convert Transactions into EntryTransactions, which are (entry,
-- transaction) pairs, since I couldn't see how to easily have
-- transactions reference their entry like in OO. These are referred to
-- as just "transactions" hereafter.
-- transaction) pairs, since I couldn't see how to have transactions
-- reference their entry like in OO. These are referred to as just
-- "transactions" in code above.
type EntryTransaction = (Entry,Transaction)