From e9d9660c39bac2edf2454a5bc8777ca74a6f9f90 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 Oct 2008 00:00:55 +0000 Subject: [PATCH] doc wording --- hledger.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hledger.hs b/hledger.hs index ac53b09b0..b51ced149 100644 --- a/hledger.hs +++ b/hledger.hs @@ -11,10 +11,11 @@ simple ledger-compatible register & balance reports from a standard ledger file, and demonstrates a (naive) purely functional implementation of ledger. -Code organization: the early code defined types in each module. This was -too strictly layered, so now most types are defined in "Types" at the -bottom. The original modules are still used to group functions/methods -related to each type. Here is the approximate module hierarchy: +Code organization: the early code defined each major type and their +associated functions in a module. This was too restrictive, so now most +types are defined in "Types" at the bottom. The original modules are still +used to group functions related to each type. Here is the approximate +import hierarchy: @ hledger ("Main")