From 0d8bd83b7f5d50d80a5d77aed9df2beca5bd7f67 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Jul 2007 09:34:30 +0000 Subject: [PATCH] comment --- Types.hs | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Types.hs b/Types.hs index 99aea579c..c438d6be4 100644 --- a/Types.hs +++ b/Types.hs @@ -7,7 +7,7 @@ import qualified Data.Map as Map Here is the approximate module hierarchy. The early code defined types in each module and so was strictly layered. Now, all data types have been moved to the bottom. The modules are still used to group related -functions/methods ("make overview" to list those). +functions/methods (" make overview " to list those). hledger Options @@ -18,15 +18,16 @@ hledger TimeLogEntry Ledger Account - RawLedger - EntryTransaction - Entry - Transaction - AccountName - Amount - Currency - Types - Utils + EntryTransaction + RawLedger + Entry + Transaction + AccountName + Amount + Currency + Types + Utils + -} type Date = String