From 2eb6d8f736ad28e69214be2a6e8e313594b661cc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 9 Mar 2007 21:42:58 +0000 Subject: [PATCH] comment --- overview.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overview.hs b/overview.hs index 36eaaf2d4..82d6dd5e8 100644 --- a/overview.hs +++ b/overview.hs @@ -1,8 +1,8 @@ -- overview.hs - update an OVERVIEW file -- --- OVERVIEW begins with a manually updated list of modules; below that we --- generate a list of filename, function, type entries. Useful for getting --- the big picture and refactoring. +-- OVERVIEW should begin with a list of module names (updated manually); +-- below that we generate a list of filename, function, type entries. +-- Useful for getting the big picture and refactoring. import System import System.Process