doc wording

This commit is contained in:
Simon Michael 2008-10-03 00:00:55 +00:00
parent 99358f207b
commit e9d9660c39

View File

@ -11,10 +11,11 @@ simple ledger-compatible register & balance reports from a standard
ledger file, and demonstrates a (naive) purely functional ledger file, and demonstrates a (naive) purely functional
implementation of ledger. implementation of ledger.
Code organization: the early code defined types in each module. This was Code organization: the early code defined each major type and their
too strictly layered, so now most types are defined in "Types" at the associated functions in a module. This was too restrictive, so now most
bottom. The original modules are still used to group functions/methods types are defined in "Types" at the bottom. The original modules are still
related to each type. Here is the approximate module hierarchy: used to group functions related to each type. Here is the approximate
import hierarchy:
@ @
hledger ("Main") hledger ("Main")