clarify comment
This commit is contained in:
parent
1e5e26878a
commit
58374bf730
@ -9,9 +9,9 @@ import Amount
|
|||||||
|
|
||||||
|
|
||||||
-- We convert Transactions into EntryTransactions, which are (entry,
|
-- We convert Transactions into EntryTransactions, which are (entry,
|
||||||
-- transaction) pairs, since I couldn't see how to easily have
|
-- transaction) pairs, since I couldn't see how to have transactions
|
||||||
-- transactions reference their entry like in OO. These are referred to
|
-- reference their entry like in OO. These are referred to as just
|
||||||
-- as just "transactions" hereafter.
|
-- "transactions" in code above.
|
||||||
|
|
||||||
type EntryTransaction = (Entry,Transaction)
|
type EntryTransaction = (Entry,Transaction)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user