diff --git a/hledger.hs b/hledger.hs index 12ce47fb5..6f0d249cb 100644 --- a/hledger.hs +++ b/hledger.hs @@ -13,7 +13,7 @@ implementation of ledger. Code overview: -The early code defined types in each module and so was very strictly +The early code defined types in each module and was (too) strictly layered. Since then, all data types have been moved to "Types" at the bottom, but the original modules are still used to group related functions/methods. Here is the approximate module hierarchy: