From b4fed8f2fdfa4d712ee64a08462e1a7535cfe23b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 4 Dec 2008 19:32:30 +0000 Subject: [PATCH] docs --- Ledger/Utils.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Ledger/Utils.hs b/Ledger/Utils.hs index a428102d8..2ff14f9ac 100644 --- a/Ledger/Utils.hs +++ b/Ledger/Utils.hs @@ -1,7 +1,8 @@ {-| -Provide a number of standard modules and utilities needed everywhere (or -somewhere low in the module tree). The "hledger prelude". +This is the bottom of the module hierarchy. It provides a number of +standard modules and utilities which are useful everywhere (or, are needed +low in the hierarchy). The "hledger prelude". -}